#08DF29

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

Shades of Free Speech Green #08DF29

Tints of Free Speech Green #08DF29

Color information

#08DF29 (or 0x08DF29) is unknown color: approx Free Speech Green. HEX triplet: 08, DF and 29. RGB value is (8,223,41). Sum of RGB (Red+Green+Blue) = 8+223+41=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 223 (87.5% from 255 or 81.99% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DF29 is #F720D6. Grayscale: #8A8A8A. Windows color (decimal): -16195799 or 2744072. OLE color: 2744072.

HSL color Cylindrical-coordinate representation of color #08DF29: hue angle of 129.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DF29 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB822341-
CMYK0.9600.820.13
HSL129.21º93.07%45.29%-
HSV(B)129.21º96.41%87.45%-
XYZ26.8952.9910.91-
YUV137.9773.2735.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.94%
GREEN value IS 223 (87.5% from 255) = 81.99%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=2.94%
G=81.99%
B=15.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8223410.9600.820.13129.2193.0745.29
Hex8DF2960052D815d2d
Octal103375114001221520113555
Binary1000110111111010011100000010100101101100000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,223,41); }

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

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

 a { background-color: rgb(8,223,41); }

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

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

 span { border-color: rgb(8,223,41); }

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