Shades of Citrus #8CA600
Tints of Citrus #8CA600
RGB
CMYK
RGB Variations
Color information
#8CA600 (or 0x8CA600) is known color: Citrus. HEX triplet: 8C, A6 and 00. RGB value is (140,166,0). Sum of RGB (Red+Green+Blue) = 140+166+0=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA600 is #7359FF. Grayscale: #8B8B8B. Windows color (decimal): -7559680 or 42636. OLE color: 42636.
HSL color Cylindrical-coordinate representation of color #8CA600: hue angle of 69.4º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CA600 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.35 |
| HSL | 69.4º | 1% | 0.33% | - |
| HSV(B) | 69.4º | 1% | 0.65% | - |
| XYZ | 24.45 | 32.85 | 5.05 | - |
| YUV | 139.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 0 | 0.16 | 0 | 1 | 0.35 | 69.4 | 1 | 0.33 |
| Hex | 8C | A6 | 0 | 10 | 0 | 64 | 23 | 45 | 64 | 21 |
| Octal | 214 | 246 | 0 | 20 | 0 | 144 | 43 | 105 | 144 | 41 |
| Binary | 10001100 | 10100110 | 0 | 10000 | 0 | 1100100 | 100011 | 1000101 | 1100100 | 100001 |
Color Harmonies of #8CA600
Complementary color
Monochromatic Colors of #8CA600
Black with #8CA600
Text Example
Text Example
White with #8CA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA600; }
p { color: rgb(140,166,0); }
H1.HeaderClassName
{
color: #8CA600;
}
.AnyTagClassName
{
color: #8CA600;
}
</style>
background-color css
<style>
a { background-color: #8CA600; }
a { background-color: rgb(140,166,0); }
div.DivClassName
{
background-color: #8CA600;
}
.BgClassName
{
background-color: #8CA600;
}
</style>
border-color css
<style>
span { border-color: #8CA600; }
span { border-color: rgb(140,166,0); }
td.TdClassName
{
border-color: #8CA600;
}
.TagClassName
{
border-color: #8CA600;
}
</style>