Shades of Citrus #8AC211
Tints of Citrus #8AC211
RGB
CMYK
RGB Variations
Color information
#8AC211 (or 0x8AC211) is known color: Citrus. HEX triplet: 8A, C2 and 11. RGB value is (138,194,17). Sum of RGB (Red+Green+Blue) = 138+194+17=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC211 is #753DEE. Grayscale: #9D9D9D. Windows color (decimal): -7683567 or 1163914. OLE color: 1163914.
HSL color Cylindrical-coordinate representation of color #8AC211: hue angle of 78.98º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AC211 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 17 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.24 |
| HSL | 78.98º | 0.84% | 0.41% | - |
| HSV(B) | 78.98º | 0.91% | 0.76% | - |
| XYZ | 29.87 | 44.03 | 7.45 | - |
| YUV | 157.08 | 48.95 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 17 | 0.29 | 0 | 0.91 | 0.24 | 78.98 | 0.84 | 0.41 |
| Hex | 8A | C2 | 11 | 1D | 0 | 5B | 18 | 4F | 54 | 29 |
| Octal | 212 | 302 | 21 | 35 | 0 | 133 | 30 | 117 | 124 | 51 |
| Binary | 10001010 | 11000010 | 10001 | 11101 | 0 | 1011011 | 11000 | 1001111 | 1010100 | 101001 |
Color Harmonies of #8AC211
Complementary color
Monochromatic Colors of #8AC211
Black with #8AC211
Text Example
Text Example
White with #8AC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC211; }
p { color: rgb(138,194,17); }
H1.HeaderClassName
{
color: #8AC211;
}
.AnyTagClassName
{
color: #8AC211;
}
</style>
background-color css
<style>
a { background-color: #8AC211; }
a { background-color: rgb(138,194,17); }
div.DivClassName
{
background-color: #8AC211;
}
.BgClassName
{
background-color: #8AC211;
}
</style>
border-color css
<style>
span { border-color: #8AC211; }
span { border-color: rgb(138,194,17); }
td.TdClassName
{
border-color: #8AC211;
}
.TagClassName
{
border-color: #8AC211;
}
</style>