#08CB06

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

Shades of Free Speech Green #08CB06

Tints of Free Speech Green #08CB06

Color information

#08CB06 (or 0x08CB06) is unknown color: approx Free Speech Green. HEX triplet: 08, CB and 06. RGB value is (8,203,6). Sum of RGB (Red+Green+Blue) = 8+203+6=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 203 (79.69% from 255 or 93.55% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08CB06 is #F734F9. Grayscale: #7A7A7A. Windows color (decimal): -16200954 or 445192. OLE color: 445192.

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

Color convert

RGB82036-
CMYK0.9600.970.20
HSL119.39º94.26%40.98%-
HSV(B)119.39º97.04%79.61%-
XYZ21.4942.787.3-
YUV122.2462.446.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 203 (79.69% from 255) = 93.55%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=3.69%
G=93.55%
B=2.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal820360.9600.970.20119.3994.2640.98
Hex8CB66006114775e29
Octal10313614001412416713651
Binary1000110010111101100000011000011010011101111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08CB06; }

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

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

<style>
 a { background-color: #08CB06; }

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

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

<style>
 span { border-color: #08CB06; }

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

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