Shades of Dark Pastel Green #08C948
Tints of Dark Pastel Green #08C948
RGB
CMYK
RGB Variations
Color information
#08C948 (or 0x08C948) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 48. RGB value is (8,201,72). Sum of RGB (Red+Green+Blue) = 8+201+72=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 201 (78.91% from 255 or 71.53% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 201 - color contains mainly: green. Hex color #08C948 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C948 is #F736B7. Grayscale: #808080. Windows color (decimal): -16201400 or 4770056. OLE color: 4770056.
HSL color Cylindrical-coordinate representation of color #08C948: hue angle of 139.9º 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 #08C948 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 72 | - |
| CMYK | 0.96 | 0 | 0.64 | 0.21 |
| HSL | 139.9º | 0.92% | 0.41% | - |
| HSV(B) | 139.9º | 0.96% | 0.79% | - |
| XYZ | 22.16 | 42.29 | 13.13 | - |
| YUV | 128.59 | 96.06 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 72 | 0.96 | 0 | 0.64 | 0.21 | 139.9 | 0.92 | 0.41 |
| Hex | 8 | C9 | 48 | 60 | 0 | 40 | 15 | 8C | 5C | 29 |
| Octal | 10 | 311 | 110 | 140 | 0 | 100 | 25 | 214 | 134 | 51 |
| Binary | 1000 | 11001001 | 1001000 | 1100000 | 0 | 1000000 | 10101 | 10001100 | 1011100 | 101001 |
Color Harmonies of #08C948
Complementary color
Monochromatic Colors of #08C948
Black with #08C948
Text Example
Text Example
White with #08C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C948; }
p { color: rgb(8,201,72); }
H1.HeaderClassName
{
color: #08C948;
}
.AnyTagClassName
{
color: #08C948;
}
</style>
background-color css
<style>
a { background-color: #08C948; }
a { background-color: rgb(8,201,72); }
div.DivClassName
{
background-color: #08C948;
}
.BgClassName
{
background-color: #08C948;
}
</style>
border-color css
<style>
span { border-color: #08C948; }
span { border-color: rgb(8,201,72); }
td.TdClassName
{
border-color: #08C948;
}
.TagClassName
{
border-color: #08C948;
}
</style>