Shades of Pigment Green #10AF58
Tints of Pigment Green #10AF58
RGB
CMYK
RGB Variations
Color information
#10AF58 (or 0x10AF58) is known color: Pigment Green. HEX triplet: 10, AF and 58. RGB value is (16,175,88). Sum of RGB (Red+Green+Blue) = 16+175+88=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AF58 is #EF50A7. Grayscale: #757575. Windows color (decimal): -15683752 or 5811984. OLE color: 5811984.
HSL color Cylindrical-coordinate representation of color #10AF58: hue angle of 147.17º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AF58 is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 175 | 88 | - |
| CMYK | 0.91 | 0 | 0.50 | 0.31 |
| HSL | 147.17º | 0.83% | 0.37% | - |
| HSV(B) | 147.17º | 0.91% | 0.69% | - |
| XYZ | 17.31 | 31.47 | 14.4 | - |
| YUV | 117.54 | 111.32 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 175 | 88 | 0.91 | 0 | 0.50 | 0.31 | 147.17 | 0.83 | 0.37 |
| Hex | 10 | AF | 58 | 5B | 0 | 32 | 1F | 93 | 53 | 25 |
| Octal | 20 | 257 | 130 | 133 | 0 | 62 | 37 | 223 | 123 | 45 |
| Binary | 10000 | 10101111 | 1011000 | 1011011 | 0 | 110010 | 11111 | 10010011 | 1010011 | 100101 |
Color Harmonies of #10AF58
Complementary color
Monochromatic Colors of #10AF58
Black with #10AF58
Text Example
Text Example
White with #10AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AF58; }
p { color: rgb(16,175,88); }
H1.HeaderClassName
{
color: #10AF58;
}
.AnyTagClassName
{
color: #10AF58;
}
</style>
background-color css
<style>
a { background-color: #10AF58; }
a { background-color: rgb(16,175,88); }
div.DivClassName
{
background-color: #10AF58;
}
.BgClassName
{
background-color: #10AF58;
}
</style>
border-color css
<style>
span { border-color: #10AF58; }
span { border-color: rgb(16,175,88); }
td.TdClassName
{
border-color: #10AF58;
}
.TagClassName
{
border-color: #10AF58;
}
</style>