Shades of Citrus #8FAA10
Tints of Citrus #8FAA10
RGB
CMYK
RGB Variations
Color information
#8FAA10 (or 0x8FAA10) is known color: Citrus. HEX triplet: 8F, AA and 10. RGB value is (143,170,16). Sum of RGB (Red+Green+Blue) = 143+170+16=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA10 is #7055EF. Grayscale: #909090. Windows color (decimal): -7362032 or 1092239. OLE color: 1092239.
HSL color Cylindrical-coordinate representation of color #8FAA10: hue angle of 70.52º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FAA10 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 16 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.33 |
| HSL | 70.52º | 0.83% | 0.36% | - |
| HSV(B) | 70.52º | 0.91% | 0.67% | - |
| XYZ | 25.8 | 34.63 | 5.81 | - |
| YUV | 144.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 16 | 0.16 | 0 | 0.91 | 0.33 | 70.52 | 0.83 | 0.36 |
| Hex | 8F | AA | 10 | 10 | 0 | 5B | 21 | 47 | 53 | 24 |
| Octal | 217 | 252 | 20 | 20 | 0 | 133 | 41 | 107 | 123 | 44 |
| Binary | 10001111 | 10101010 | 10000 | 10000 | 0 | 1011011 | 100001 | 1000111 | 1010011 | 100100 |
Color Harmonies of #8FAA10
Complementary color
Monochromatic Colors of #8FAA10
Black with #8FAA10
Text Example
Text Example
White with #8FAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA10; }
p { color: rgb(143,170,16); }
H1.HeaderClassName
{
color: #8FAA10;
}
.AnyTagClassName
{
color: #8FAA10;
}
</style>
background-color css
<style>
a { background-color: #8FAA10; }
a { background-color: rgb(143,170,16); }
div.DivClassName
{
background-color: #8FAA10;
}
.BgClassName
{
background-color: #8FAA10;
}
</style>
border-color css
<style>
span { border-color: #8FAA10; }
span { border-color: rgb(143,170,16); }
td.TdClassName
{
border-color: #8FAA10;
}
.TagClassName
{
border-color: #8FAA10;
}
</style>