Shades of Dark Pastel Green #08B64A
Tints of Dark Pastel Green #08B64A
RGB
CMYK
RGB Variations
Color information
#08B64A (or 0x08B64A) is known color: Dark Pastel Green. HEX triplet: 08, B6 and 4A. RGB value is (8,182,74). Sum of RGB (Red+Green+Blue) = 8+182+74=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 182 (71.48% from 255 or 68.94% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 182 - color contains mainly: green. Hex color #08B64A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B64A is #F749B5. Grayscale: #757575. Windows color (decimal): -16206262 or 4896264. OLE color: 4896264.
HSL color Cylindrical-coordinate representation of color #08B64A: hue angle of 142.76º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B64A is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 182 | 74 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.29 |
| HSL | 142.76º | 0.92% | 0.37% | - |
| HSV(B) | 142.76º | 0.96% | 0.71% | - |
| XYZ | 18.06 | 34 | 12.09 | - |
| YUV | 117.66 | 103.35 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 182 | 74 | 0.96 | 0 | 0.59 | 0.29 | 142.76 | 0.92 | 0.37 |
| Hex | 8 | B6 | 4A | 60 | 0 | 3B | 1D | 8F | 5C | 25 |
| Octal | 10 | 266 | 112 | 140 | 0 | 73 | 35 | 217 | 134 | 45 |
| Binary | 1000 | 10110110 | 1001010 | 1100000 | 0 | 111011 | 11101 | 10001111 | 1011100 | 100101 |
Color Harmonies of #08B64A
Complementary color
Monochromatic Colors of #08B64A
Black with #08B64A
Text Example
Text Example
White with #08B64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B64A; }
p { color: rgb(8,182,74); }
H1.HeaderClassName
{
color: #08B64A;
}
.AnyTagClassName
{
color: #08B64A;
}
</style>
background-color css
<style>
a { background-color: #08B64A; }
a { background-color: rgb(8,182,74); }
div.DivClassName
{
background-color: #08B64A;
}
.BgClassName
{
background-color: #08B64A;
}
</style>
border-color css
<style>
span { border-color: #08B64A; }
span { border-color: rgb(8,182,74); }
td.TdClassName
{
border-color: #08B64A;
}
.TagClassName
{
border-color: #08B64A;
}
</style>