Shades of Citrus #8CAF00
Tints of Citrus #8CAF00
RGB
CMYK
RGB Variations
Color information
#8CAF00 (or 0x8CAF00) is known color: Citrus. HEX triplet: 8C, AF and 00. RGB value is (140,175,0). Sum of RGB (Red+Green+Blue) = 140+175+0=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAF00 is #7350FF. Grayscale: #919191. Windows color (decimal): -7557376 or 44940. OLE color: 44940.
HSL color Cylindrical-coordinate representation of color #8CAF00: hue angle of 72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CAF00 is Cyan = 0.2, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 0 | - |
| CMYK | 0.2 | 0 | 1 | 0.31 |
| HSL | 72º | 1% | 0.34% | - |
| HSV(B) | 72º | 1% | 0.69% | - |
| XYZ | 26.15 | 36.24 | 5.62 | - |
| YUV | 144.59 | 46.4 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 0 | 0.2 | 0 | 1 | 0.31 | 72 | 1 | 0.34 |
| Hex | 8C | AF | 0 | 14 | 0 | 64 | 1F | 48 | 64 | 22 |
| Octal | 214 | 257 | 0 | 24 | 0 | 144 | 37 | 110 | 144 | 42 |
| Binary | 10001100 | 10101111 | 0 | 10100 | 0 | 1100100 | 11111 | 1001000 | 1100100 | 100010 |
Color Harmonies of #8CAF00
Complementary color
Monochromatic Colors of #8CAF00
Black with #8CAF00
Text Example
Text Example
White with #8CAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF00; }
p { color: rgb(140,175,0); }
H1.HeaderClassName
{
color: #8CAF00;
}
.AnyTagClassName
{
color: #8CAF00;
}
</style>
background-color css
<style>
a { background-color: #8CAF00; }
a { background-color: rgb(140,175,0); }
div.DivClassName
{
background-color: #8CAF00;
}
.BgClassName
{
background-color: #8CAF00;
}
</style>
border-color css
<style>
span { border-color: #8CAF00; }
span { border-color: rgb(140,175,0); }
td.TdClassName
{
border-color: #8CAF00;
}
.TagClassName
{
border-color: #8CAF00;
}
</style>