Shades of Dark Pastel Green #05AF1E
Tints of Dark Pastel Green #05AF1E
RGB
CMYK
RGB Variations
Color information
#05AF1E (or 0x05AF1E) is known color: Dark Pastel Green. HEX triplet: 05, AF and 1E. RGB value is (5,175,30). Sum of RGB (Red+Green+Blue) = 5+175+30=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 175 (68.75% from 255 or 83.33% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AF1E is #FA50E1. Grayscale: #6C6C6C. Windows color (decimal): -16404706 or 2010885. OLE color: 2010885.
HSL color Cylindrical-coordinate representation of color #05AF1E: hue angle of 128.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AF1E is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 175 | 30 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.31 |
| HSL | 128.82º | 0.94% | 0.35% | - |
| HSV(B) | 128.82º | 0.97% | 0.69% | - |
| XYZ | 15.63 | 30.79 | 6.35 | - |
| YUV | 107.64 | 84.18 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 175 | 30 | 0.97 | 0 | 0.83 | 0.31 | 128.82 | 0.94 | 0.35 |
| Hex | 5 | AF | 1E | 61 | 0 | 53 | 1F | 81 | 5E | 23 |
| Octal | 5 | 257 | 36 | 141 | 0 | 123 | 37 | 201 | 136 | 43 |
| Binary | 101 | 10101111 | 11110 | 1100001 | 0 | 1010011 | 11111 | 10000001 | 1011110 | 100011 |
Color Harmonies of #05AF1E
Complementary color
Monochromatic Colors of #05AF1E
Black with #05AF1E
Text Example
Text Example
White with #05AF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AF1E; }
p { color: rgb(5,175,30); }
H1.HeaderClassName
{
color: #05AF1E;
}
.AnyTagClassName
{
color: #05AF1E;
}
</style>
background-color css
<style>
a { background-color: #05AF1E; }
a { background-color: rgb(5,175,30); }
div.DivClassName
{
background-color: #05AF1E;
}
.BgClassName
{
background-color: #05AF1E;
}
</style>
border-color css
<style>
span { border-color: #05AF1E; }
span { border-color: rgb(5,175,30); }
td.TdClassName
{
border-color: #05AF1E;
}
.TagClassName
{
border-color: #05AF1E;
}
</style>