Shades of Dark Pastel Green #08BA21
Tints of Dark Pastel Green #08BA21
RGB
CMYK
RGB Variations
Color information
#08BA21 (or 0x08BA21) is known color: Dark Pastel Green. HEX triplet: 08, BA and 21. RGB value is (8,186,33). Sum of RGB (Red+Green+Blue) = 8+186+33=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA21 is #F745DE. Grayscale: #737373. Windows color (decimal): -16205279 or 2210312. OLE color: 2210312.
HSL color Cylindrical-coordinate representation of color #08BA21: hue angle of 128.43º 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 #08BA21 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 33 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.27 |
| HSL | 128.43º | 0.92% | 0.38% | - |
| HSV(B) | 128.43º | 0.96% | 0.73% | - |
| XYZ | 17.93 | 35.28 | 7.3 | - |
| YUV | 115.34 | 81.53 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 33 | 0.96 | 0 | 0.82 | 0.27 | 128.43 | 0.92 | 0.38 |
| Hex | 8 | BA | 21 | 60 | 0 | 52 | 1B | 80 | 5C | 26 |
| Octal | 10 | 272 | 41 | 140 | 0 | 122 | 33 | 200 | 134 | 46 |
| Binary | 1000 | 10111010 | 100001 | 1100000 | 0 | 1010010 | 11011 | 10000000 | 1011100 | 100110 |
Color Harmonies of #08BA21
Complementary color
Monochromatic Colors of #08BA21
Black with #08BA21
Text Example
Text Example
White with #08BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA21; }
p { color: rgb(8,186,33); }
H1.HeaderClassName
{
color: #08BA21;
}
.AnyTagClassName
{
color: #08BA21;
}
</style>
background-color css
<style>
a { background-color: #08BA21; }
a { background-color: rgb(8,186,33); }
div.DivClassName
{
background-color: #08BA21;
}
.BgClassName
{
background-color: #08BA21;
}
</style>
border-color css
<style>
span { border-color: #08BA21; }
span { border-color: rgb(8,186,33); }
td.TdClassName
{
border-color: #08BA21;
}
.TagClassName
{
border-color: #08BA21;
}
</style>