Shades of Citrus #8CAC07
Tints of Citrus #8CAC07
RGB
CMYK
RGB Variations
Color information
#8CAC07 (or 0x8CAC07) is known color: Citrus. HEX triplet: 8C, AC and 07. RGB value is (140,172,7). Sum of RGB (Red+Green+Blue) = 140+172+7=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC07 is #7353F8. Grayscale: #909090. Windows color (decimal): -7558137 or 502924. OLE color: 502924.
HSL color Cylindrical-coordinate representation of color #8CAC07: hue angle of 71.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CAC07 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 7 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.33 |
| HSL | 71.64º | 0.92% | 0.35% | - |
| HSV(B) | 71.64º | 0.96% | 0.67% | - |
| XYZ | 25.61 | 35.1 | 5.63 | - |
| YUV | 143.62 | 50.9 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 7 | 0.19 | 0 | 0.96 | 0.33 | 71.64 | 0.92 | 0.35 |
| Hex | 8C | AC | 7 | 13 | 0 | 60 | 21 | 48 | 5C | 23 |
| Octal | 214 | 254 | 7 | 23 | 0 | 140 | 41 | 110 | 134 | 43 |
| Binary | 10001100 | 10101100 | 111 | 10011 | 0 | 1100000 | 100001 | 1001000 | 1011100 | 100011 |
Color Harmonies of #8CAC07
Complementary color
Monochromatic Colors of #8CAC07
Black with #8CAC07
Text Example
Text Example
White with #8CAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC07; }
p { color: rgb(140,172,7); }
H1.HeaderClassName
{
color: #8CAC07;
}
.AnyTagClassName
{
color: #8CAC07;
}
</style>
background-color css
<style>
a { background-color: #8CAC07; }
a { background-color: rgb(140,172,7); }
div.DivClassName
{
background-color: #8CAC07;
}
.BgClassName
{
background-color: #8CAC07;
}
</style>
border-color css
<style>
span { border-color: #8CAC07; }
span { border-color: rgb(140,172,7); }
td.TdClassName
{
border-color: #8CAC07;
}
.TagClassName
{
border-color: #8CAC07;
}
</style>