Shades of Citrus #8CA205
Tints of Citrus #8CA205
RGB
CMYK
RGB Variations
Color information
#8CA205 (or 0x8CA205) is known color: Citrus. HEX triplet: 8C, A2 and 05. RGB value is (140,162,5). Sum of RGB (Red+Green+Blue) = 140+162+5=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA205 is #735DFA. Grayscale: #8A8A8A. Windows color (decimal): -7560699 or 369292. OLE color: 369292.
HSL color Cylindrical-coordinate representation of color #8CA205: hue angle of 68.41º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CA205 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.36 |
| HSL | 68.41º | 0.94% | 0.33% | - |
| HSV(B) | 68.41º | 0.97% | 0.64% | - |
| XYZ | 23.76 | 31.43 | 4.96 | - |
| YUV | 137.52 | 53.21 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 5 | 0.14 | 0 | 0.97 | 0.36 | 68.41 | 0.94 | 0.33 |
| Hex | 8C | A2 | 5 | E | 0 | 61 | 24 | 44 | 5E | 21 |
| Octal | 214 | 242 | 5 | 16 | 0 | 141 | 44 | 104 | 136 | 41 |
| Binary | 10001100 | 10100010 | 101 | 1110 | 0 | 1100001 | 100100 | 1000100 | 1011110 | 100001 |
Color Harmonies of #8CA205
Complementary color
Monochromatic Colors of #8CA205
Black with #8CA205
Text Example
Text Example
White with #8CA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA205; }
p { color: rgb(140,162,5); }
H1.HeaderClassName
{
color: #8CA205;
}
.AnyTagClassName
{
color: #8CA205;
}
</style>
background-color css
<style>
a { background-color: #8CA205; }
a { background-color: rgb(140,162,5); }
div.DivClassName
{
background-color: #8CA205;
}
.BgClassName
{
background-color: #8CA205;
}
</style>
border-color css
<style>
span { border-color: #8CA205; }
span { border-color: rgb(140,162,5); }
td.TdClassName
{
border-color: #8CA205;
}
.TagClassName
{
border-color: #8CA205;
}
</style>