Shades of Citrus #8AC210
Tints of Citrus #8AC210
RGB
CMYK
RGB Variations
Color information
#8AC210 (or 0x8AC210) is known color: Citrus. HEX triplet: 8A, C2 and 10. RGB value is (138,194,16). Sum of RGB (Red+Green+Blue) = 138+194+16=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC210 is #753DEF. Grayscale: #9D9D9D. Windows color (decimal): -7683568 or 1098378. OLE color: 1098378.
HSL color Cylindrical-coordinate representation of color #8AC210: hue angle of 78.88º 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 #8AC210 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 16 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.24 |
| HSL | 78.88º | 0.85% | 0.41% | - |
| HSV(B) | 78.88º | 0.92% | 0.76% | - |
| XYZ | 29.87 | 44.02 | 7.41 | - |
| YUV | 156.96 | 48.45 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 16 | 0.29 | 0 | 0.92 | 0.24 | 78.88 | 0.85 | 0.41 |
| Hex | 8A | C2 | 10 | 1D | 0 | 5C | 18 | 4F | 55 | 29 |
| Octal | 212 | 302 | 20 | 35 | 0 | 134 | 30 | 117 | 125 | 51 |
| Binary | 10001010 | 11000010 | 10000 | 11101 | 0 | 1011100 | 11000 | 1001111 | 1010101 | 101001 |
Color Harmonies of #8AC210
Complementary color
Monochromatic Colors of #8AC210
Black with #8AC210
Text Example
Text Example
White with #8AC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC210; }
p { color: rgb(138,194,16); }
H1.HeaderClassName
{
color: #8AC210;
}
.AnyTagClassName
{
color: #8AC210;
}
</style>
background-color css
<style>
a { background-color: #8AC210; }
a { background-color: rgb(138,194,16); }
div.DivClassName
{
background-color: #8AC210;
}
.BgClassName
{
background-color: #8AC210;
}
</style>
border-color css
<style>
span { border-color: #8AC210; }
span { border-color: rgb(138,194,16); }
td.TdClassName
{
border-color: #8AC210;
}
.TagClassName
{
border-color: #8AC210;
}
</style>