Html Css Color HEX #09E120 Free Speech Green

📋 copy color: '#09E120'

red 9 ◦ green 225 ◦ blue 32

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

Shades of Free Speech Green #09E120

Tints of Free Speech Green #09E120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 84.59%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 3.38%
G = 84.59%
B = 12.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#09E120 (or 0x09E120) is known color: Free Speech Green. HEX triplet: 09, E1 and 20. RGB value is (9,225,32). Sum of RGB (Red+Green+Blue) = 9+225+32=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 225 (88.28% from 255 or 84.59% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 225 - color contains mainly: green. Hex color #09E120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E120 is #F61EDF. Grayscale: #8A8A8A. Windows color (decimal): -16129760 or 2154761. OLE color: 2154761.

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

Color convert

RGB 9 225 32 -
CMYK 0.96 0 0.86 0.12
HSL 126.39º 0.92% 0.46% -
HSV(B) 126.39º 0.96% 0.88% -
XYZ 27.3 54.01 10.35 -
YUV 138.41 67.94 35.69 -
System Red Green Blue C M Y K H S L
Decimal 9 225 32 0.96 0 0.86 0.12 126.39 0.92 0.46
Hex 9 E1 20 60 0 56 C 7E 5C 2E
Octal 11 341 40 140 0 126 14 176 134 56
Binary 1001 11100001 100000 1100000 0 1010110 1100 1111110 1011100 101110

Color Harmonies of #09E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E120

Black with #09E120

Text Example


Text Example

White with #09E120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,225,32); }

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

background-color css

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

 a { background-color: rgb(9,225,32); }

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

border-color css

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

 span { border-color: rgb(9,225,32); }

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