Shades of Dark Pastel Green #08C054
Tints of Dark Pastel Green #08C054
RGB
CMYK
RGB Variations
Color information
#08C054 (or 0x08C054) is known color: Dark Pastel Green. HEX triplet: 08, C0 and 54. RGB value is (8,192,84). Sum of RGB (Red+Green+Blue) = 8+192+84=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #08C054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C054 is #F73FAB. Grayscale: #7C7C7C. Windows color (decimal): -16203692 or 5554184. OLE color: 5554184.
HSL color Cylindrical-coordinate representation of color #08C054: hue angle of 144.78º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C054 is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 84 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.25 |
| HSL | 144.78º | 0.92% | 0.39% | - |
| HSV(B) | 144.78º | 0.96% | 0.75% | - |
| XYZ | 20.55 | 38.39 | 14.71 | - |
| YUV | 124.67 | 105.04 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 84 | 0.96 | 0 | 0.56 | 0.25 | 144.78 | 0.92 | 0.39 |
| Hex | 8 | C0 | 54 | 60 | 0 | 38 | 19 | 91 | 5C | 27 |
| Octal | 10 | 300 | 124 | 140 | 0 | 70 | 31 | 221 | 134 | 47 |
| Binary | 1000 | 11000000 | 1010100 | 1100000 | 0 | 111000 | 11001 | 10010001 | 1011100 | 100111 |
Color Harmonies of #08C054
Complementary color
Monochromatic Colors of #08C054
Black with #08C054
Text Example
Text Example
White with #08C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C054; }
p { color: rgb(8,192,84); }
H1.HeaderClassName
{
color: #08C054;
}
.AnyTagClassName
{
color: #08C054;
}
</style>
background-color css
<style>
a { background-color: #08C054; }
a { background-color: rgb(8,192,84); }
div.DivClassName
{
background-color: #08C054;
}
.BgClassName
{
background-color: #08C054;
}
</style>
border-color css
<style>
span { border-color: #08C054; }
span { border-color: rgb(8,192,84); }
td.TdClassName
{
border-color: #08C054;
}
.TagClassName
{
border-color: #08C054;
}
</style>