Shades of Citrus #8CA902
Tints of Citrus #8CA902
RGB
CMYK
RGB Variations
Color information
#8CA902 (or 0x8CA902) is known color: Citrus. HEX triplet: 8C, A9 and 02. RGB value is (140,169,2). Sum of RGB (Red+Green+Blue) = 140+169+2=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA902 is #7356FD. Grayscale: #8D8D8D. Windows color (decimal): -7558910 or 174476. OLE color: 174476.
HSL color Cylindrical-coordinate representation of color #8CA902: hue angle of 70.42º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CA902 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.34 |
| HSL | 70.42º | 0.98% | 0.34% | - |
| HSV(B) | 70.42º | 0.99% | 0.66% | - |
| XYZ | 25.01 | 33.96 | 5.29 | - |
| YUV | 141.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 2 | 0.17 | 0 | 0.99 | 0.34 | 70.42 | 0.98 | 0.34 |
| Hex | 8C | A9 | 2 | 11 | 0 | 63 | 22 | 46 | 62 | 22 |
| Octal | 214 | 251 | 2 | 21 | 0 | 143 | 42 | 106 | 142 | 42 |
| Binary | 10001100 | 10101001 | 10 | 10001 | 0 | 1100011 | 100010 | 1000110 | 1100010 | 100010 |
Color Harmonies of #8CA902
Complementary color
Monochromatic Colors of #8CA902
Black with #8CA902
Text Example
Text Example
White with #8CA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA902; }
p { color: rgb(140,169,2); }
H1.HeaderClassName
{
color: #8CA902;
}
.AnyTagClassName
{
color: #8CA902;
}
</style>
background-color css
<style>
a { background-color: #8CA902; }
a { background-color: rgb(140,169,2); }
div.DivClassName
{
background-color: #8CA902;
}
.BgClassName
{
background-color: #8CA902;
}
</style>
border-color css
<style>
span { border-color: #8CA902; }
span { border-color: rgb(140,169,2); }
td.TdClassName
{
border-color: #8CA902;
}
.TagClassName
{
border-color: #8CA902;
}
</style>