Html Css Color HEX #09EA1D Free Speech Green

📋 copy color: '#09EA1D'

red 9 ◦ green 234 ◦ blue 29

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

Shades of Free Speech Green #09EA1D

Tints of Free Speech Green #09EA1D

RGB

 RED value IS 9 (3.91% from 255) = 3.31%

 GREEN value IS 234 (91.8% from 255) = 86.03%

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 3.31%
G = 86.03%
B = 10.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#09EA1D (or 0x09EA1D) is known color: Free Speech Green. HEX triplet: 09, EA and 1D. RGB value is (9,234,29). Sum of RGB (Red+Green+Blue) = 9+234+29=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 234 (91.80% from 255 or 86.03% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 234 - color contains mainly: green. Hex color #09EA1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09EA1D is #F615E2. Grayscale: #8F8F8F. Windows color (decimal): -16127459 or 1960457. OLE color: 1960457.

HSL color Cylindrical-coordinate representation of color #09EA1D: hue angle of 125.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EA1D is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 234 29 -
CMYK 0.96 0 0.88 0.08
HSL 125.33º 0.93% 0.48% -
HSV(B) 125.33º 0.96% 0.92% -
XYZ 29.76 58.99 10.98 -
YUV 143.36 63.46 32.17 -
System Red Green Blue C M Y K H S L
Decimal 9 234 29 0.96 0 0.88 0.08 125.33 0.93 0.48
Hex 9 EA 1D 60 0 58 8 7D 5D 30
Octal 11 352 35 140 0 130 10 175 135 60
Binary 1001 11101010 11101 1100000 0 1011000 1000 1111101 1011101 110000

Color Harmonies of #09EA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EA1D

Black with #09EA1D

Text Example


Text Example

White with #09EA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09EA1D; }

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

 H1.HeaderClassName
 {
   color: #09EA1D;
 }
 .AnyTagClassName
 {
   color: #09EA1D;
 }
</style>

background-color css

<style>
 a { background-color: #09EA1D; }

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

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

border-color css

<style>
 span { border-color: #09EA1D; }

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

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