Shades of Dark Pastel Green #08BA42
Tints of Dark Pastel Green #08BA42
RGB
CMYK
RGB Variations
Color information
#08BA42 (or 0x08BA42) is known color: Dark Pastel Green. HEX triplet: 08, BA and 42. RGB value is (8,186,66). Sum of RGB (Red+Green+Blue) = 8+186+66=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 186 (73.05% from 255 or 71.54% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA42 is #F745BD. Grayscale: #777777. Windows color (decimal): -16205246 or 4373000. OLE color: 4373000.
HSL color Cylindrical-coordinate representation of color #08BA42: hue angle of 139.55º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA42 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 66 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.27 |
| HSL | 139.55º | 0.92% | 0.38% | - |
| HSV(B) | 139.55º | 0.96% | 0.73% | - |
| XYZ | 18.64 | 35.56 | 11.04 | - |
| YUV | 119.1 | 98.03 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 66 | 0.96 | 0 | 0.65 | 0.27 | 139.55 | 0.92 | 0.38 |
| Hex | 8 | BA | 42 | 60 | 0 | 41 | 1B | 8C | 5C | 26 |
| Octal | 10 | 272 | 102 | 140 | 0 | 101 | 33 | 214 | 134 | 46 |
| Binary | 1000 | 10111010 | 1000010 | 1100000 | 0 | 1000001 | 11011 | 10001100 | 1011100 | 100110 |
Color Harmonies of #08BA42
Complementary color
Monochromatic Colors of #08BA42
Black with #08BA42
Text Example
Text Example
White with #08BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA42; }
p { color: rgb(8,186,66); }
H1.HeaderClassName
{
color: #08BA42;
}
.AnyTagClassName
{
color: #08BA42;
}
</style>
background-color css
<style>
a { background-color: #08BA42; }
a { background-color: rgb(8,186,66); }
div.DivClassName
{
background-color: #08BA42;
}
.BgClassName
{
background-color: #08BA42;
}
</style>
border-color css
<style>
span { border-color: #08BA42; }
span { border-color: rgb(8,186,66); }
td.TdClassName
{
border-color: #08BA42;
}
.TagClassName
{
border-color: #08BA42;
}
</style>