Shades of Dark Pastel Green #08AD33
Tints of Dark Pastel Green #08AD33
RGB
CMYK
RGB Variations
Color information
#08AD33 (or 0x08AD33) is known color: Dark Pastel Green. HEX triplet: 08, AD and 33. RGB value is (8,173,51). Sum of RGB (Red+Green+Blue) = 8+173+51=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AD33 is #F752CC. Grayscale: #6E6E6E. Windows color (decimal): -16208589 or 3386632. OLE color: 3386632.
HSL color Cylindrical-coordinate representation of color #08AD33: hue angle of 135.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD33 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 173 | 51 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.32 |
| HSL | 135.64º | 0.91% | 0.35% | - |
| HSV(B) | 135.64º | 0.95% | 0.68% | - |
| XYZ | 15.64 | 30.18 | 8.13 | - |
| YUV | 109.76 | 94.84 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 51 | 0.95 | 0 | 0.71 | 0.32 | 135.64 | 0.91 | 0.35 |
| Hex | 8 | AD | 33 | 5F | 0 | 47 | 20 | 88 | 5B | 23 |
| Octal | 10 | 255 | 63 | 137 | 0 | 107 | 40 | 210 | 133 | 43 |
| Binary | 1000 | 10101101 | 110011 | 1011111 | 0 | 1000111 | 100000 | 10001000 | 1011011 | 100011 |
Color Harmonies of #08AD33
Complementary color
Monochromatic Colors of #08AD33
Black with #08AD33
Text Example
Text Example
White with #08AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AD33; }
p { color: rgb(8,173,51); }
H1.HeaderClassName
{
color: #08AD33;
}
.AnyTagClassName
{
color: #08AD33;
}
</style>
background-color css
<style>
a { background-color: #08AD33; }
a { background-color: rgb(8,173,51); }
div.DivClassName
{
background-color: #08AD33;
}
.BgClassName
{
background-color: #08AD33;
}
</style>
border-color css
<style>
span { border-color: #08AD33; }
span { border-color: rgb(8,173,51); }
td.TdClassName
{
border-color: #08AD33;
}
.TagClassName
{
border-color: #08AD33;
}
</style>