Shades of Dark Pastel Green #08CA1D
Tints of Dark Pastel Green #08CA1D
RGB
CMYK
RGB Variations
Color information
#08CA1D (or 0x08CA1D) is known color: Dark Pastel Green. HEX triplet: 08, CA and 1D. RGB value is (8,202,29). Sum of RGB (Red+Green+Blue) = 8+202+29=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 202 (79.30% from 255 or 84.52% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 202 - color contains mainly: green. Hex color #08CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CA1D is #F735E2. Grayscale: #7C7C7C. Windows color (decimal): -16201187 or 1952264. OLE color: 1952264.
HSL color Cylindrical-coordinate representation of color #08CA1D: hue angle of 126.49º 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 #08CA1D is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 202 | 29 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.21 |
| HSL | 126.49º | 0.92% | 0.41% | - |
| HSV(B) | 126.49º | 0.96% | 0.79% | - |
| XYZ | 21.44 | 42.38 | 8.21 | - |
| YUV | 124.27 | 74.23 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 202 | 29 | 0.96 | 0 | 0.86 | 0.21 | 126.49 | 0.92 | 0.41 |
| Hex | 8 | CA | 1D | 60 | 0 | 56 | 15 | 7E | 5C | 29 |
| Octal | 10 | 312 | 35 | 140 | 0 | 126 | 25 | 176 | 134 | 51 |
| Binary | 1000 | 11001010 | 11101 | 1100000 | 0 | 1010110 | 10101 | 1111110 | 1011100 | 101001 |
Color Harmonies of #08CA1D
Complementary color
Monochromatic Colors of #08CA1D
Black with #08CA1D
Text Example
Text Example
White with #08CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CA1D; }
p { color: rgb(8,202,29); }
H1.HeaderClassName
{
color: #08CA1D;
}
.AnyTagClassName
{
color: #08CA1D;
}
</style>
background-color css
<style>
a { background-color: #08CA1D; }
a { background-color: rgb(8,202,29); }
div.DivClassName
{
background-color: #08CA1D;
}
.BgClassName
{
background-color: #08CA1D;
}
</style>
border-color css
<style>
span { border-color: #08CA1D; }
span { border-color: rgb(8,202,29); }
td.TdClassName
{
border-color: #08CA1D;
}
.TagClassName
{
border-color: #08CA1D;
}
</style>