Shades of Dark Pastel Green #08BA25
Tints of Dark Pastel Green #08BA25
RGB
CMYK
RGB Variations
Color information
#08BA25 (or 0x08BA25) is known color: Dark Pastel Green. HEX triplet: 08, BA and 25. RGB value is (8,186,37). Sum of RGB (Red+Green+Blue) = 8+186+37=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA25 is #F745DA. Grayscale: #747474. Windows color (decimal): -16205275 or 2472456. OLE color: 2472456.
HSL color Cylindrical-coordinate representation of color #08BA25: hue angle of 129.78º 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 #08BA25 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 37 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.27 |
| HSL | 129.78º | 0.92% | 0.38% | - |
| HSV(B) | 129.78º | 0.96% | 0.73% | - |
| XYZ | 17.99 | 35.3 | 7.62 | - |
| YUV | 115.79 | 83.53 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 37 | 0.96 | 0 | 0.80 | 0.27 | 129.78 | 0.92 | 0.38 |
| Hex | 8 | BA | 25 | 60 | 0 | 50 | 1B | 82 | 5C | 26 |
| Octal | 10 | 272 | 45 | 140 | 0 | 120 | 33 | 202 | 134 | 46 |
| Binary | 1000 | 10111010 | 100101 | 1100000 | 0 | 1010000 | 11011 | 10000010 | 1011100 | 100110 |
Color Harmonies of #08BA25
Complementary color
Monochromatic Colors of #08BA25
Black with #08BA25
Text Example
Text Example
White with #08BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA25; }
p { color: rgb(8,186,37); }
H1.HeaderClassName
{
color: #08BA25;
}
.AnyTagClassName
{
color: #08BA25;
}
</style>
background-color css
<style>
a { background-color: #08BA25; }
a { background-color: rgb(8,186,37); }
div.DivClassName
{
background-color: #08BA25;
}
.BgClassName
{
background-color: #08BA25;
}
</style>
border-color css
<style>
span { border-color: #08BA25; }
span { border-color: rgb(8,186,37); }
td.TdClassName
{
border-color: #08BA25;
}
.TagClassName
{
border-color: #08BA25;
}
</style>