Shades of Citrus #8AC110
Tints of Citrus #8AC110
RGB
CMYK
RGB Variations
Color information
#8AC110 (or 0x8AC110) is known color: Citrus. HEX triplet: 8A, C1 and 10. RGB value is (138,193,16). Sum of RGB (Red+Green+Blue) = 138+193+16=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC110 is #753EEF. Grayscale: #9D9D9D. Windows color (decimal): -7683824 or 1098122. OLE color: 1098122.
HSL color Cylindrical-coordinate representation of color #8AC110: hue angle of 78.64º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AC110 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 16 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.24 |
| HSL | 78.64º | 0.85% | 0.41% | - |
| HSV(B) | 78.64º | 0.92% | 0.76% | - |
| XYZ | 29.64 | 43.58 | 7.34 | - |
| YUV | 156.38 | 48.78 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 16 | 0.28 | 0 | 0.92 | 0.24 | 78.64 | 0.85 | 0.41 |
| Hex | 8A | C1 | 10 | 1C | 0 | 5C | 18 | 4F | 55 | 29 |
| Octal | 212 | 301 | 20 | 34 | 0 | 134 | 30 | 117 | 125 | 51 |
| Binary | 10001010 | 11000001 | 10000 | 11100 | 0 | 1011100 | 11000 | 1001111 | 1010101 | 101001 |
Color Harmonies of #8AC110
Complementary color
Monochromatic Colors of #8AC110
Black with #8AC110
Text Example
Text Example
White with #8AC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC110; }
p { color: rgb(138,193,16); }
H1.HeaderClassName
{
color: #8AC110;
}
.AnyTagClassName
{
color: #8AC110;
}
</style>
background-color css
<style>
a { background-color: #8AC110; }
a { background-color: rgb(138,193,16); }
div.DivClassName
{
background-color: #8AC110;
}
.BgClassName
{
background-color: #8AC110;
}
</style>
border-color css
<style>
span { border-color: #8AC110; }
span { border-color: rgb(138,193,16); }
td.TdClassName
{
border-color: #8AC110;
}
.TagClassName
{
border-color: #8AC110;
}
</style>