#08DA0D

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

Shades of Free Speech Green #08DA0D

Tints of Free Speech Green #08DA0D

Color information

#08DA0D (or 0x08DA0D) is unknown color: approx Free Speech Green. HEX triplet: 08, DA and 0D. RGB value is (8,218,13). Sum of RGB (Red+Green+Blue) = 8+218+13=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 218 (85.55% from 255 or 91.21% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 218 - color contains mainly: green. Hex color #08DA0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08DA0D is #F725F2. Grayscale: #848484. Windows color (decimal): -16197107 or 907784. OLE color: 907784.

HSL color Cylindrical-coordinate representation of color #08DA0D: hue angle of 121.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DA0D is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB821813-
CMYK0.9600.940.15
HSL121.43º92.92%44.31%-
HSV(B)121.43º96.33%85.49%-
XYZ25.2450.228.74-
YUV131.8460.9339.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 218 (85.55% from 255) = 91.21%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=3.35%
G=91.21%
B=5.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8218130.9600.940.15121.4392.9244.31
Hex8DAD6005EF795d2c
Octal103321514001361717113554
Binary1000110110101101110000001011110111111110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,218,13); }

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

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

 a { background-color: rgb(8,218,13); }

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

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

 span { border-color: rgb(8,218,13); }

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