Shades of Pigment Green #0AAF5E
Tints of Pigment Green #0AAF5E
RGB
CMYK
RGB Variations
Color information
#0AAF5E (or 0x0AAF5E) is known color: Pigment Green. HEX triplet: 0A, AF and 5E. RGB value is (10,175,94). Sum of RGB (Red+Green+Blue) = 10+175+94=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAF5E is #F550A1. Grayscale: #747474. Windows color (decimal): -16076962 or 6205194. OLE color: 6205194.
HSL color Cylindrical-coordinate representation of color #0AAF5E: hue angle of 150.55º 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 #0AAF5E is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 175 | 94 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.31 |
| HSL | 150.55º | 0.89% | 0.36% | - |
| HSV(B) | 150.55º | 0.94% | 0.69% | - |
| XYZ | 17.48 | 31.53 | 15.76 | - |
| YUV | 116.43 | 115.34 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 175 | 94 | 0.94 | 0 | 0.46 | 0.31 | 150.55 | 0.89 | 0.36 |
| Hex | A | AF | 5E | 5E | 0 | 2E | 1F | 97 | 59 | 24 |
| Octal | 12 | 257 | 136 | 136 | 0 | 56 | 37 | 227 | 131 | 44 |
| Binary | 1010 | 10101111 | 1011110 | 1011110 | 0 | 101110 | 11111 | 10010111 | 1011001 | 100100 |
Color Harmonies of #0AAF5E
Complementary color
Monochromatic Colors of #0AAF5E
Black with #0AAF5E
Text Example
Text Example
White with #0AAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAF5E; }
p { color: rgb(10,175,94); }
H1.HeaderClassName
{
color: #0AAF5E;
}
.AnyTagClassName
{
color: #0AAF5E;
}
</style>
background-color css
<style>
a { background-color: #0AAF5E; }
a { background-color: rgb(10,175,94); }
div.DivClassName
{
background-color: #0AAF5E;
}
.BgClassName
{
background-color: #0AAF5E;
}
</style>
border-color css
<style>
span { border-color: #0AAF5E; }
span { border-color: rgb(10,175,94); }
td.TdClassName
{
border-color: #0AAF5E;
}
.TagClassName
{
border-color: #0AAF5E;
}
</style>