Html Css Color HEX #1DF309 Free Speech Green

📋 copy color: '#1DF309'

red 29 ◦ green 243 ◦ blue 9

#1DF309
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1DF309

Tints of Free Speech Green #1DF309

RGB

 RED value IS 29 (11.72% from 255) = 10.32%

 GREEN value IS 243 (95.31% from 255) = 86.48%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 10.32%
G = 86.48%
B = 3.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1DF309 (or 0x1DF309) is known color: Free Speech Green. HEX triplet: 1D, F3 and 09. RGB value is (29,243,9). Sum of RGB (Red+Green+Blue) = 29+243+9=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 243 (95.31% from 255 or 86.48% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF309 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF309 is #E20CF6. Grayscale: #999999. Windows color (decimal): -14814455 or 652061. OLE color: 652061.

HSL color Cylindrical-coordinate representation of color #1DF309: hue angle of 114.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DF309 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 243 9 -
CMYK 0.88 0 0.96 0.05
HSL 114.87º 0.93% 0.49% -
HSV(B) 114.87º 0.96% 0.95% -
XYZ 32.61 64.38 10.97 -
YUV 152.34 47.1 40.03 -
System Red Green Blue C M Y K H S L
Decimal 29 243 9 0.88 0 0.96 0.05 114.87 0.93 0.49
Hex 1D F3 9 58 0 60 5 73 5D 31
Octal 35 363 11 130 0 140 5 163 135 61
Binary 11101 11110011 1001 1011000 0 1100000 101 1110011 1011101 110001

Color Harmonies of #1DF309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF309

Black with #1DF309

Text Example


Text Example

White with #1DF309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DF309; }

 p { color: rgb(29,243,9); }

 H1.HeaderClassName
 {
   color: #1DF309;
 }
 .AnyTagClassName
 {
   color: #1DF309;
 }
</style>

background-color css

<style>
 a { background-color: #1DF309; }

 a { background-color: rgb(29,243,9); }

 div.DivClassName
 {
   background-color: #1DF309;
 }
 .BgClassName
 {
   background-color: #1DF309;
 }
</style>

border-color css

<style>
 span { border-color: #1DF309; }

 span { border-color: rgb(29,243,9); }

 td.TdClassName
 {
   border-color: #1DF309;
 }
 .TagClassName
 {
   border-color: #1DF309;
 }
</style>