Shades of Dark Pastel Green #05C01A
Tints of Dark Pastel Green #05C01A
RGB
CMYK
RGB Variations
Color information
#05C01A (or 0x05C01A) is known color: Dark Pastel Green. HEX triplet: 05, C0 and 1A. RGB value is (5,192,26). Sum of RGB (Red+Green+Blue) = 5+192+26=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 192 (75.39% from 255 or 86.10% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 192 - color contains mainly: green. Hex color #05C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C01A is #FA3FE5. Grayscale: #757575. Windows color (decimal): -16400358 or 1753093. OLE color: 1753093.
HSL color Cylindrical-coordinate representation of color #05C01A: hue angle of 126.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C01A is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 26 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.25 |
| HSL | 126.74º | 0.95% | 0.39% | - |
| HSV(B) | 126.74º | 0.97% | 0.75% | - |
| XYZ | 19.1 | 37.81 | 7.27 | - |
| YUV | 117.16 | 76.55 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 26 | 0.97 | 0 | 0.86 | 0.25 | 126.74 | 0.95 | 0.39 |
| Hex | 5 | C0 | 1A | 61 | 0 | 56 | 19 | 7F | 5F | 27 |
| Octal | 5 | 300 | 32 | 141 | 0 | 126 | 31 | 177 | 137 | 47 |
| Binary | 101 | 11000000 | 11010 | 1100001 | 0 | 1010110 | 11001 | 1111111 | 1011111 | 100111 |
Color Harmonies of #05C01A
Complementary color
Monochromatic Colors of #05C01A
Black with #05C01A
Text Example
Text Example
White with #05C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C01A; }
p { color: rgb(5,192,26); }
H1.HeaderClassName
{
color: #05C01A;
}
.AnyTagClassName
{
color: #05C01A;
}
</style>
background-color css
<style>
a { background-color: #05C01A; }
a { background-color: rgb(5,192,26); }
div.DivClassName
{
background-color: #05C01A;
}
.BgClassName
{
background-color: #05C01A;
}
</style>
border-color css
<style>
span { border-color: #05C01A; }
span { border-color: rgb(5,192,26); }
td.TdClassName
{
border-color: #05C01A;
}
.TagClassName
{
border-color: #05C01A;
}
</style>