Html Css Color HEX #1DFA09 Free Speech Green

📋 copy color: '#1DFA09'

red 29 ◦ green 250 ◦ blue 9

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

Shades of Free Speech Green #1DFA09

Tints of Free Speech Green #1DFA09

RGB

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

 GREEN value IS 250 (98.05% from 255) = 86.81%

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

R = 10.07%
G = 86.81%
B = 3.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#1DFA09 (or 0x1DFA09) is known color: Free Speech Green. HEX triplet: 1D, FA and 09. RGB value is (29,250,9). Sum of RGB (Red+Green+Blue) = 29+250+9=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 250 (98.05% from 255 or 86.81% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFA09 is #E205F6. Grayscale: #9D9D9D. Windows color (decimal): -14812663 or 653853. OLE color: 653853.

HSL color Cylindrical-coordinate representation of color #1DFA09: hue angle of 115.02º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DFA09 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 250 9 -
CMYK 0.88 0 0.96 0.02
HSL 115.02º 0.96% 0.51% -
HSV(B) 115.02º 0.96% 0.98% -
XYZ 34.74 68.65 11.68 -
YUV 156.45 44.78 37.1 -
System Red Green Blue C M Y K H S L
Decimal 29 250 9 0.88 0 0.96 0.02 115.02 0.96 0.51
Hex 1D FA 9 58 0 60 2 73 60 33
Octal 35 372 11 130 0 140 2 163 140 63
Binary 11101 11111010 1001 1011000 0 1100000 10 1110011 1100000 110011

Color Harmonies of #1DFA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFA09

Black with #1DFA09

Text Example


Text Example

White with #1DFA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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