Shades of Citrus #8ACF10
Tints of Citrus #8ACF10
RGB
CMYK
RGB Variations
Color information
#8ACF10 (or 0x8ACF10) is known color: Citrus. HEX triplet: 8A, CF and 10. RGB value is (138,207,16). Sum of RGB (Red+Green+Blue) = 138+207+16=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACF10 is #7530EF. Grayscale: #A5A5A5. Windows color (decimal): -7680240 or 1101706. OLE color: 1101706.
HSL color Cylindrical-coordinate representation of color #8ACF10: hue angle of 81.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8ACF10 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 16 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.19 |
| HSL | 81.68º | 0.86% | 0.44% | - |
| HSV(B) | 81.68º | 0.92% | 0.81% | - |
| XYZ | 32.89 | 50.07 | 8.42 | - |
| YUV | 164.6 | 44.14 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 16 | 0.33 | 0 | 0.92 | 0.19 | 81.68 | 0.86 | 0.44 |
| Hex | 8A | CF | 10 | 21 | 0 | 5C | 13 | 52 | 56 | 2C |
| Octal | 212 | 317 | 20 | 41 | 0 | 134 | 23 | 122 | 126 | 54 |
| Binary | 10001010 | 11001111 | 10000 | 100001 | 0 | 1011100 | 10011 | 1010010 | 1010110 | 101100 |
Color Harmonies of #8ACF10
Complementary color
Monochromatic Colors of #8ACF10
Black with #8ACF10
Text Example
Text Example
White with #8ACF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF10; }
p { color: rgb(138,207,16); }
H1.HeaderClassName
{
color: #8ACF10;
}
.AnyTagClassName
{
color: #8ACF10;
}
</style>
background-color css
<style>
a { background-color: #8ACF10; }
a { background-color: rgb(138,207,16); }
div.DivClassName
{
background-color: #8ACF10;
}
.BgClassName
{
background-color: #8ACF10;
}
</style>
border-color css
<style>
span { border-color: #8ACF10; }
span { border-color: rgb(138,207,16); }
td.TdClassName
{
border-color: #8ACF10;
}
.TagClassName
{
border-color: #8ACF10;
}
</style>