Shades of Dark Pastel Green #0AAF28
Tints of Dark Pastel Green #0AAF28
RGB
CMYK
RGB Variations
Color information
#0AAF28 (or 0x0AAF28) is known color: Dark Pastel Green. HEX triplet: 0A, AF and 28. RGB value is (10,175,40). Sum of RGB (Red+Green+Blue) = 10+175+40=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAF28 is #F550D7. Grayscale: #6E6E6E. Windows color (decimal): -16077016 or 2666250. OLE color: 2666250.
HSL color Cylindrical-coordinate representation of color #0AAF28: hue angle of 130.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF28 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 175 | 40 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.31 |
| HSL | 130.91º | 0.89% | 0.36% | - |
| HSV(B) | 130.91º | 0.94% | 0.69% | - |
| XYZ | 15.84 | 30.88 | 7.13 | - |
| YUV | 110.28 | 88.34 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 40 | 0.94 | 0 | 0.77 | 0.31 | 130.91 | 0.89 | 0.36 |
| Hex | A | AF | 28 | 5E | 0 | 4D | 1F | 83 | 59 | 24 |
| Octal | 12 | 257 | 50 | 136 | 0 | 115 | 37 | 203 | 131 | 44 |
| Binary | 1010 | 10101111 | 101000 | 1011110 | 0 | 1001101 | 11111 | 10000011 | 1011001 | 100100 |
Color Harmonies of #0AAF28
Complementary color
Monochromatic Colors of #0AAF28
Black with #0AAF28
Text Example
Text Example
White with #0AAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAF28; }
p { color: rgb(10,175,40); }
H1.HeaderClassName
{
color: #0AAF28;
}
.AnyTagClassName
{
color: #0AAF28;
}
</style>
background-color css
<style>
a { background-color: #0AAF28; }
a { background-color: rgb(10,175,40); }
div.DivClassName
{
background-color: #0AAF28;
}
.BgClassName
{
background-color: #0AAF28;
}
</style>
border-color css
<style>
span { border-color: #0AAF28; }
span { border-color: rgb(10,175,40); }
td.TdClassName
{
border-color: #0AAF28;
}
.TagClassName
{
border-color: #0AAF28;
}
</style>