Shades of Dark Pastel Green #08C945
Tints of Dark Pastel Green #08C945
RGB
CMYK
RGB Variations
Color information
#08C945 (or 0x08C945) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 45. RGB value is (8,201,69). Sum of RGB (Red+Green+Blue) = 8+201+69=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 201 (78.91% from 255 or 72.30% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 201 - color contains mainly: green. Hex color #08C945 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C945 is #F736BA. Grayscale: #808080. Windows color (decimal): -16201403 or 4573448. OLE color: 4573448.
HSL color Cylindrical-coordinate representation of color #08C945: hue angle of 138.96º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C945 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 69 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.21 |
| HSL | 138.96º | 0.92% | 0.41% | - |
| HSV(B) | 138.96º | 0.96% | 0.79% | - |
| XYZ | 22.06 | 42.25 | 12.62 | - |
| YUV | 128.25 | 94.56 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 69 | 0.96 | 0 | 0.66 | 0.21 | 138.96 | 0.92 | 0.41 |
| Hex | 8 | C9 | 45 | 60 | 0 | 42 | 15 | 8B | 5C | 29 |
| Octal | 10 | 311 | 105 | 140 | 0 | 102 | 25 | 213 | 134 | 51 |
| Binary | 1000 | 11001001 | 1000101 | 1100000 | 0 | 1000010 | 10101 | 10001011 | 1011100 | 101001 |
Color Harmonies of #08C945
Complementary color
Monochromatic Colors of #08C945
Black with #08C945
Text Example
Text Example
White with #08C945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C945; }
p { color: rgb(8,201,69); }
H1.HeaderClassName
{
color: #08C945;
}
.AnyTagClassName
{
color: #08C945;
}
</style>
background-color css
<style>
a { background-color: #08C945; }
a { background-color: rgb(8,201,69); }
div.DivClassName
{
background-color: #08C945;
}
.BgClassName
{
background-color: #08C945;
}
</style>
border-color css
<style>
span { border-color: #08C945; }
span { border-color: rgb(8,201,69); }
td.TdClassName
{
border-color: #08C945;
}
.TagClassName
{
border-color: #08C945;
}
</style>