#09CB08

Color #09CB08 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #09CB08

Tints of Free Speech Green #09CB08

Color information

#09CB08 (or 0x09CB08) is unknown color: approx Free Speech Green. HEX triplet: 09, CB and 08. RGB value is (9,203,8). Sum of RGB (Red+Green+Blue) = 9+203+8=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 203 (79.69% from 255 or 92.27% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 203 - color contains mainly: green. Hex color #09CB08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09CB08 is #F634F7. Grayscale: #7B7B7B. Windows color (decimal): -16135416 or 576265. OLE color: 576265.

HSL color Cylindrical-coordinate representation of color #09CB08: hue angle of 119.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CB08 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB92038-
CMYK0.9600.960.20
HSL119.69º92.42%41.37%-
HSV(B)119.69º96.06%79.61%-
XYZ21.5142.797.35-
YUV122.7663.2346.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 203 (79.69% from 255) = 92.27%
BLUE value IS 8 (3.52% from 255) = 3.64%
R=4.09%
G=92.27%
B=3.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal920380.9600.960.20119.6992.4241.37
Hex9CB86006014785c29
Octal113131014001402417013451
Binary10011100101110001100000011000001010011110001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09CB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,203,8); }

 H1.HeaderClassName
 {
   color: #09CB08;
 }
 .AnyTagClassName
 {
   color: #09CB08;
 }
</style>
background-color css

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

 a { background-color: rgb(9,203,8); }

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

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

 span { border-color: rgb(9,203,8); }

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