Shades of Citrus #8CAF10
Tints of Citrus #8CAF10
RGB
CMYK
RGB Variations
Color information
#8CAF10 (or 0x8CAF10) is known color: Citrus. HEX triplet: 8C, AF and 10. RGB value is (140,175,16). Sum of RGB (Red+Green+Blue) = 140+175+16=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAF10 is #7350EF. Grayscale: #939393. Windows color (decimal): -7557360 or 1093516. OLE color: 1093516.
HSL color Cylindrical-coordinate representation of color #8CAF10: hue angle of 73.21º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CAF10 is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 16 | - |
| CMYK | 0.2 | 0 | 0.91 | 0.31 |
| HSL | 73.21º | 0.83% | 0.37% | - |
| HSV(B) | 73.21º | 0.91% | 0.69% | - |
| XYZ | 26.24 | 36.27 | 6.11 | - |
| YUV | 146.41 | 54.4 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 16 | 0.2 | 0 | 0.91 | 0.31 | 73.21 | 0.83 | 0.37 |
| Hex | 8C | AF | 10 | 14 | 0 | 5B | 1F | 49 | 53 | 25 |
| Octal | 214 | 257 | 20 | 24 | 0 | 133 | 37 | 111 | 123 | 45 |
| Binary | 10001100 | 10101111 | 10000 | 10100 | 0 | 1011011 | 11111 | 1001001 | 1010011 | 100101 |
Color Harmonies of #8CAF10
Complementary color
Monochromatic Colors of #8CAF10
Black with #8CAF10
Text Example
Text Example
White with #8CAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF10; }
p { color: rgb(140,175,16); }
H1.HeaderClassName
{
color: #8CAF10;
}
.AnyTagClassName
{
color: #8CAF10;
}
</style>
background-color css
<style>
a { background-color: #8CAF10; }
a { background-color: rgb(140,175,16); }
div.DivClassName
{
background-color: #8CAF10;
}
.BgClassName
{
background-color: #8CAF10;
}
</style>
border-color css
<style>
span { border-color: #8CAF10; }
span { border-color: rgb(140,175,16); }
td.TdClassName
{
border-color: #8CAF10;
}
.TagClassName
{
border-color: #8CAF10;
}
</style>