Shades of Dark Pastel Green #05AD3F
Tints of Dark Pastel Green #05AD3F
RGB
CMYK
RGB Variations
Color information
#05AD3F (or 0x05AD3F) is known color: Dark Pastel Green. HEX triplet: 05, AD and 3F. RGB value is (5,173,63). Sum of RGB (Red+Green+Blue) = 5+173+63=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 173 (67.97% from 255 or 71.78% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AD3F is #FA52C0. Grayscale: #6E6E6E. Windows color (decimal): -16405185 or 4173061. OLE color: 4173061.
HSL color Cylindrical-coordinate representation of color #05AD3F: hue angle of 140.71º 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 #05AD3F is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 63 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.32 |
| HSL | 140.71º | 0.94% | 0.35% | - |
| HSV(B) | 140.71º | 0.97% | 0.68% | - |
| XYZ | 15.9 | 30.28 | 9.71 | - |
| YUV | 110.23 | 101.34 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 63 | 0.97 | 0 | 0.64 | 0.32 | 140.71 | 0.94 | 0.35 |
| Hex | 5 | AD | 3F | 61 | 0 | 40 | 20 | 8D | 5E | 23 |
| Octal | 5 | 255 | 77 | 141 | 0 | 100 | 40 | 215 | 136 | 43 |
| Binary | 101 | 10101101 | 111111 | 1100001 | 0 | 1000000 | 100000 | 10001101 | 1011110 | 100011 |
Color Harmonies of #05AD3F
Complementary color
Monochromatic Colors of #05AD3F
Black with #05AD3F
Text Example
Text Example
White with #05AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD3F; }
p { color: rgb(5,173,63); }
H1.HeaderClassName
{
color: #05AD3F;
}
.AnyTagClassName
{
color: #05AD3F;
}
</style>
background-color css
<style>
a { background-color: #05AD3F; }
a { background-color: rgb(5,173,63); }
div.DivClassName
{
background-color: #05AD3F;
}
.BgClassName
{
background-color: #05AD3F;
}
</style>
border-color css
<style>
span { border-color: #05AD3F; }
span { border-color: rgb(5,173,63); }
td.TdClassName
{
border-color: #05AD3F;
}
.TagClassName
{
border-color: #05AD3F;
}
</style>