Shades of Dark Pastel Green #05AD37
Tints of Dark Pastel Green #05AD37
RGB
CMYK
RGB Variations
Color information
#05AD37 (or 0x05AD37) is known color: Dark Pastel Green. HEX triplet: 05, AD and 37. RGB value is (5,173,55). Sum of RGB (Red+Green+Blue) = 5+173+55=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AD37 is #FA52C8. Grayscale: #6D6D6D. Windows color (decimal): -16405193 or 3648773. OLE color: 3648773.
HSL color Cylindrical-coordinate representation of color #05AD37: hue angle of 137.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AD37 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 55 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.32 |
| HSL | 137.86º | 0.94% | 0.35% | - |
| HSV(B) | 137.86º | 0.97% | 0.68% | - |
| XYZ | 15.7 | 30.2 | 8.62 | - |
| YUV | 109.32 | 97.34 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 55 | 0.97 | 0 | 0.68 | 0.32 | 137.86 | 0.94 | 0.35 |
| Hex | 5 | AD | 37 | 61 | 0 | 44 | 20 | 8A | 5E | 23 |
| Octal | 5 | 255 | 67 | 141 | 0 | 104 | 40 | 212 | 136 | 43 |
| Binary | 101 | 10101101 | 110111 | 1100001 | 0 | 1000100 | 100000 | 10001010 | 1011110 | 100011 |
Color Harmonies of #05AD37
Complementary color
Monochromatic Colors of #05AD37
Black with #05AD37
Text Example
Text Example
White with #05AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD37; }
p { color: rgb(5,173,55); }
H1.HeaderClassName
{
color: #05AD37;
}
.AnyTagClassName
{
color: #05AD37;
}
</style>
background-color css
<style>
a { background-color: #05AD37; }
a { background-color: rgb(5,173,55); }
div.DivClassName
{
background-color: #05AD37;
}
.BgClassName
{
background-color: #05AD37;
}
</style>
border-color css
<style>
span { border-color: #05AD37; }
span { border-color: rgb(5,173,55); }
td.TdClassName
{
border-color: #05AD37;
}
.TagClassName
{
border-color: #05AD37;
}
</style>