Shades of Dark Pastel Green #08CA3C
Tints of Dark Pastel Green #08CA3C
RGB
CMYK
RGB Variations
Color information
#08CA3C (or 0x08CA3C) is known color: Dark Pastel Green. HEX triplet: 08, CA and 3C. RGB value is (8,202,60). Sum of RGB (Red+Green+Blue) = 8+202+60=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA3C is #F735C3. Grayscale: #808080. Windows color (decimal): -16201156 or 3983880. OLE color: 3983880.
HSL color Cylindrical-coordinate representation of color #08CA3C: hue angle of 136.08º 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 #08CA3C is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 60 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.21 |
| HSL | 136.08º | 0.92% | 0.41% | - |
| HSV(B) | 136.08º | 0.96% | 0.79% | - |
| XYZ | 22.04 | 42.62 | 11.34 | - |
| YUV | 127.81 | 89.73 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 60 | 0.96 | 0 | 0.70 | 0.21 | 136.08 | 0.92 | 0.41 |
| Hex | 8 | CA | 3C | 60 | 0 | 46 | 15 | 88 | 5C | 29 |
| Octal | 10 | 312 | 74 | 140 | 0 | 106 | 25 | 210 | 134 | 51 |
| Binary | 1000 | 11001010 | 111100 | 1100000 | 0 | 1000110 | 10101 | 10001000 | 1011100 | 101001 |
Color Harmonies of #08CA3C
Complementary color
Monochromatic Colors of #08CA3C
Black with #08CA3C
Text Example
Text Example
White with #08CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA3C; }
p { color: rgb(8,202,60); }
H1.HeaderClassName
{
color: #08CA3C;
}
.AnyTagClassName
{
color: #08CA3C;
}
</style>
background-color css
<style>
a { background-color: #08CA3C; }
a { background-color: rgb(8,202,60); }
div.DivClassName
{
background-color: #08CA3C;
}
.BgClassName
{
background-color: #08CA3C;
}
</style>
border-color css
<style>
span { border-color: #08CA3C; }
span { border-color: rgb(8,202,60); }
td.TdClassName
{
border-color: #08CA3C;
}
.TagClassName
{
border-color: #08CA3C;
}
</style>