Shades of Dark Pastel Green #00CA27
Tints of Dark Pastel Green #00CA27
RGB
CMYK
RGB Variations
Color information
#00CA27 (or 0x00CA27) is known color: Dark Pastel Green. HEX triplet: 00, CA and 27. RGB value is (0,202,39). Sum of RGB (Red+Green+Blue) = 0+202+39=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 202 (79.30% from 255 or 83.82% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CA27 is #FF35D8. Grayscale: #7B7B7B. Windows color (decimal): -16725465 or 2607616. OLE color: 2607616.
HSL color Cylindrical-coordinate representation of color #00CA27: hue angle of 131.58º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CA27 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 202 | 39 | - |
| CMYK | 1 | 0 | 0.81 | 0.21 |
| HSL | 131.58º | 1% | 0.4% | - |
| HSV(B) | 131.58º | 1% | 0.79% | - |
| XYZ | 21.49 | 42.39 | 8.97 | - |
| YUV | 123.02 | 80.58 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 39 | 1 | 0 | 0.81 | 0.21 | 131.58 | 1 | 0.4 |
| Hex | 0 | CA | 27 | 64 | 0 | 51 | 15 | 84 | 64 | 28 |
| Octal | 0 | 312 | 47 | 144 | 0 | 121 | 25 | 204 | 144 | 50 |
| Binary | 0 | 11001010 | 100111 | 1100100 | 0 | 1010001 | 10101 | 10000100 | 1100100 | 101000 |
Color Harmonies of #00CA27
Complementary color
Monochromatic Colors of #00CA27
Black with #00CA27
Text Example
Text Example
White with #00CA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CA27; }
p { color: rgb(0,202,39); }
H1.HeaderClassName
{
color: #00CA27;
}
.AnyTagClassName
{
color: #00CA27;
}
</style>
background-color css
<style>
a { background-color: #00CA27; }
a { background-color: rgb(0,202,39); }
div.DivClassName
{
background-color: #00CA27;
}
.BgClassName
{
background-color: #00CA27;
}
</style>
border-color css
<style>
span { border-color: #00CA27; }
span { border-color: rgb(0,202,39); }
td.TdClassName
{
border-color: #00CA27;
}
.TagClassName
{
border-color: #00CA27;
}
</style>