Shades of Dark Pastel Green #0AAF2D
Tints of Dark Pastel Green #0AAF2D
RGB
CMYK
RGB Variations
Color information
#0AAF2D (or 0x0AAF2D) is known color: Dark Pastel Green. HEX triplet: 0A, AF and 2D. RGB value is (10,175,45). Sum of RGB (Red+Green+Blue) = 10+175+45=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 175 (68.75% from 255 or 76.09% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAF2D is #F550D2. Grayscale: #6F6F6F. Windows color (decimal): -16077011 or 2993930. OLE color: 2993930.
HSL color Cylindrical-coordinate representation of color #0AAF2D: hue angle of 132.73º 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 #0AAF2D is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 175 | 45 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.31 |
| HSL | 132.73º | 0.89% | 0.36% | - |
| HSV(B) | 132.73º | 0.94% | 0.69% | - |
| XYZ | 15.93 | 30.91 | 7.61 | - |
| YUV | 110.85 | 90.84 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 45 | 0.94 | 0 | 0.74 | 0.31 | 132.73 | 0.89 | 0.36 |
| Hex | A | AF | 2D | 5E | 0 | 4A | 1F | 85 | 59 | 24 |
| Octal | 12 | 257 | 55 | 136 | 0 | 112 | 37 | 205 | 131 | 44 |
| Binary | 1010 | 10101111 | 101101 | 1011110 | 0 | 1001010 | 11111 | 10000101 | 1011001 | 100100 |
Color Harmonies of #0AAF2D
Complementary color
Monochromatic Colors of #0AAF2D
Black with #0AAF2D
Text Example
Text Example
White with #0AAF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAF2D; }
p { color: rgb(10,175,45); }
H1.HeaderClassName
{
color: #0AAF2D;
}
.AnyTagClassName
{
color: #0AAF2D;
}
</style>
background-color css
<style>
a { background-color: #0AAF2D; }
a { background-color: rgb(10,175,45); }
div.DivClassName
{
background-color: #0AAF2D;
}
.BgClassName
{
background-color: #0AAF2D;
}
</style>
border-color css
<style>
span { border-color: #0AAF2D; }
span { border-color: rgb(10,175,45); }
td.TdClassName
{
border-color: #0AAF2D;
}
.TagClassName
{
border-color: #0AAF2D;
}
</style>