Shades of Citrus #8CAA05
Tints of Citrus #8CAA05
RGB
CMYK
RGB Variations
Color information
#8CAA05 (or 0x8CAA05) is known color: Citrus. HEX triplet: 8C, AA and 05. RGB value is (140,170,5). Sum of RGB (Red+Green+Blue) = 140+170+5=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA05 is #7355FA. Grayscale: #8E8E8E. Windows color (decimal): -7558651 or 371340. OLE color: 371340.
HSL color Cylindrical-coordinate representation of color #8CAA05: hue angle of 70.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CAA05 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 5 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.33 |
| HSL | 70.91º | 0.94% | 0.34% | - |
| HSV(B) | 70.91º | 0.97% | 0.67% | - |
| XYZ | 25.22 | 34.34 | 5.44 | - |
| YUV | 142.22 | 50.56 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 5 | 0.18 | 0 | 0.97 | 0.33 | 70.91 | 0.94 | 0.34 |
| Hex | 8C | AA | 5 | 12 | 0 | 61 | 21 | 47 | 5E | 22 |
| Octal | 214 | 252 | 5 | 22 | 0 | 141 | 41 | 107 | 136 | 42 |
| Binary | 10001100 | 10101010 | 101 | 10010 | 0 | 1100001 | 100001 | 1000111 | 1011110 | 100010 |
Color Harmonies of #8CAA05
Complementary color
Monochromatic Colors of #8CAA05
Black with #8CAA05
Text Example
Text Example
White with #8CAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA05; }
p { color: rgb(140,170,5); }
H1.HeaderClassName
{
color: #8CAA05;
}
.AnyTagClassName
{
color: #8CAA05;
}
</style>
background-color css
<style>
a { background-color: #8CAA05; }
a { background-color: rgb(140,170,5); }
div.DivClassName
{
background-color: #8CAA05;
}
.BgClassName
{
background-color: #8CAA05;
}
</style>
border-color css
<style>
span { border-color: #8CAA05; }
span { border-color: rgb(140,170,5); }
td.TdClassName
{
border-color: #8CAA05;
}
.TagClassName
{
border-color: #8CAA05;
}
</style>