Shades of Dark Pastel Green #05AB3E
Tints of Dark Pastel Green #05AB3E
RGB
CMYK
RGB Variations
Color information
#05AB3E (or 0x05AB3E) is known color: Dark Pastel Green. HEX triplet: 05, AB and 3E. RGB value is (5,171,62). Sum of RGB (Red+Green+Blue) = 5+171+62=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AB3E is #FA54C1. Grayscale: #6D6D6D. Windows color (decimal): -16405698 or 4107013. OLE color: 4107013.
HSL color Cylindrical-coordinate representation of color #05AB3E: hue angle of 140.6º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AB3E is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
RGB | 5 | 171 | 62 | - |
CMYK | 0.97 | 0 | 0.64 | 0.33 |
HSL | 140.6º | 0.94% | 0.35% | - |
HSV(B) | 140.6º | 0.97% | 0.67% | - |
XYZ | 15.5 | 29.51 | 9.44 | - |
YUV | 108.94 | 101.5 | 53.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 171 | 62 | 0.97 | 0 | 0.64 | 0.33 | 140.6 | 0.94 | 0.35 |
Hex | 5 | AB | 3E | 61 | 0 | 40 | 21 | 8D | 5E | 23 |
Octal | 5 | 253 | 76 | 141 | 0 | 100 | 41 | 215 | 136 | 43 |
Binary | 101 | 10101011 | 111110 | 1100001 | 0 | 1000000 | 100001 | 10001101 | 1011110 | 100011 |
Color Harmonies of #05AB3E
Complementary color
Monochromatic Colors of #05AB3E
Black with #05AB3E
Text Example
Text Example
White with #05AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AB3E; }
p { color: rgb(5,171,62); }
H1.HeaderClassName
{
color: #05AB3E;
}
.AnyTagClassName
{
color: #05AB3E;
}
</style>
background-color css
<style>
a { background-color: #05AB3E; }
a { background-color: rgb(5,171,62); }
div.DivClassName
{
background-color: #05AB3E;
}
.BgClassName
{
background-color: #05AB3E;
}
</style>
border-color css
<style>
span { border-color: #05AB3E; }
span { border-color: rgb(5,171,62); }
td.TdClassName
{
border-color: #05AB3E;
}
.TagClassName
{
border-color: #05AB3E;
}
</style>