Shades of Dark Pastel Green #08CA2C
Tints of Dark Pastel Green #08CA2C
RGB
CMYK
RGB Variations
Color information
#08CA2C (or 0x08CA2C) is known color: Dark Pastel Green. HEX triplet: 08, CA and 2C. RGB value is (8,202,44). Sum of RGB (Red+Green+Blue) = 8+202+44=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 202 (79.30% from 255 or 79.53% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA2C is #F735D3. Grayscale: #7E7E7E. Windows color (decimal): -16201172 or 2935304. OLE color: 2935304.
HSL color Cylindrical-coordinate representation of color #08CA2C: hue angle of 131.13º 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 #08CA2C is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 44 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.21 |
| HSL | 131.13º | 0.92% | 0.41% | - |
| HSV(B) | 131.13º | 0.96% | 0.79% | - |
| XYZ | 21.68 | 42.47 | 9.44 | - |
| YUV | 125.98 | 81.73 | 43.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 44 | 0.96 | 0 | 0.78 | 0.21 | 131.13 | 0.92 | 0.41 |
| Hex | 8 | CA | 2C | 60 | 0 | 4E | 15 | 83 | 5C | 29 |
| Octal | 10 | 312 | 54 | 140 | 0 | 116 | 25 | 203 | 134 | 51 |
| Binary | 1000 | 11001010 | 101100 | 1100000 | 0 | 1001110 | 10101 | 10000011 | 1011100 | 101001 |
Color Harmonies of #08CA2C
Complementary color
Monochromatic Colors of #08CA2C
Black with #08CA2C
Text Example
Text Example
White with #08CA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA2C; }
p { color: rgb(8,202,44); }
H1.HeaderClassName
{
color: #08CA2C;
}
.AnyTagClassName
{
color: #08CA2C;
}
</style>
background-color css
<style>
a { background-color: #08CA2C; }
a { background-color: rgb(8,202,44); }
div.DivClassName
{
background-color: #08CA2C;
}
.BgClassName
{
background-color: #08CA2C;
}
</style>
border-color css
<style>
span { border-color: #08CA2C; }
span { border-color: rgb(8,202,44); }
td.TdClassName
{
border-color: #08CA2C;
}
.TagClassName
{
border-color: #08CA2C;
}
</style>