Shades of Dark Pastel Green #08BA41
Tints of Dark Pastel Green #08BA41
RGB
CMYK
RGB Variations
Color information
#08BA41 (or 0x08BA41) is known color: Dark Pastel Green. HEX triplet: 08, BA and 41. RGB value is (8,186,65). Sum of RGB (Red+Green+Blue) = 8+186+65=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA41 is #F745BE. Grayscale: #777777. Windows color (decimal): -16205247 or 4307464. OLE color: 4307464.
HSL color Cylindrical-coordinate representation of color #08BA41: hue angle of 139.21º 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 #08BA41 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 65 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.27 |
| HSL | 139.21º | 0.92% | 0.38% | - |
| HSV(B) | 139.21º | 0.96% | 0.73% | - |
| XYZ | 18.61 | 35.55 | 10.88 | - |
| YUV | 118.98 | 97.53 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 65 | 0.96 | 0 | 0.65 | 0.27 | 139.21 | 0.92 | 0.38 |
| Hex | 8 | BA | 41 | 60 | 0 | 41 | 1B | 8B | 5C | 26 |
| Octal | 10 | 272 | 101 | 140 | 0 | 101 | 33 | 213 | 134 | 46 |
| Binary | 1000 | 10111010 | 1000001 | 1100000 | 0 | 1000001 | 11011 | 10001011 | 1011100 | 100110 |
Color Harmonies of #08BA41
Complementary color
Monochromatic Colors of #08BA41
Black with #08BA41
Text Example
Text Example
White with #08BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA41; }
p { color: rgb(8,186,65); }
H1.HeaderClassName
{
color: #08BA41;
}
.AnyTagClassName
{
color: #08BA41;
}
</style>
background-color css
<style>
a { background-color: #08BA41; }
a { background-color: rgb(8,186,65); }
div.DivClassName
{
background-color: #08BA41;
}
.BgClassName
{
background-color: #08BA41;
}
</style>
border-color css
<style>
span { border-color: #08BA41; }
span { border-color: rgb(8,186,65); }
td.TdClassName
{
border-color: #08BA41;
}
.TagClassName
{
border-color: #08BA41;
}
</style>