#08DC02

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

Shades of Free Speech Green #08DC02

Tints of Free Speech Green #08DC02

Color information

#08DC02 (or 0x08DC02) is unknown color: approx Free Speech Green. HEX triplet: 08, DC and 02. RGB value is (8,220,2). Sum of RGB (Red+Green+Blue) = 8+220+2=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 220 (86.33% from 255 or 95.65% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08DC02 is #F723FD. Grayscale: #848484. Windows color (decimal): -16196606 or 187400. OLE color: 187400.

HSL color Cylindrical-coordinate representation of color #08DC02: hue angle of 118.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08DC02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB82202-
CMYK0.9600.990.14
HSL118.35º98.2%43.53%-
HSV(B)118.35º99.09%86.27%-
XYZ25.751.248.59-
YUV131.7654.7639.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.48%
GREEN value IS 220 (86.33% from 255) = 95.65%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=3.48%
G=95.65%
B=0.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal822020.9600.990.14118.3598.243.53
Hex8DC260063E76622c
Octal10334214001431616614254
Binary10001101110010110000001100011111011101101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,220,2); }

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

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

 a { background-color: rgb(8,220,2); }

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

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

 span { border-color: rgb(8,220,2); }

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