Shades of Citrus #8AC011
Tints of Citrus #8AC011
RGB
CMYK
RGB Variations
Color information
#8AC011 (or 0x8AC011) is known color: Citrus. HEX triplet: 8A, C0 and 11. RGB value is (138,192,17). Sum of RGB (Red+Green+Blue) = 138+192+17=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC011 is #753FEE. Grayscale: #9C9C9C. Windows color (decimal): -7684079 or 1163402. OLE color: 1163402.
HSL color Cylindrical-coordinate representation of color #8AC011: hue angle of 78.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AC011 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 17 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.25 |
| HSL | 78.51º | 0.84% | 0.41% | - |
| HSV(B) | 78.51º | 0.91% | 0.75% | - |
| XYZ | 29.43 | 43.14 | 7.31 | - |
| YUV | 155.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 17 | 0.28 | 0 | 0.91 | 0.25 | 78.51 | 0.84 | 0.41 |
| Hex | 8A | C0 | 11 | 1C | 0 | 5B | 19 | 4F | 54 | 29 |
| Octal | 212 | 300 | 21 | 34 | 0 | 133 | 31 | 117 | 124 | 51 |
| Binary | 10001010 | 11000000 | 10001 | 11100 | 0 | 1011011 | 11001 | 1001111 | 1010100 | 101001 |
Color Harmonies of #8AC011
Complementary color
Monochromatic Colors of #8AC011
Black with #8AC011
Text Example
Text Example
White with #8AC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC011; }
p { color: rgb(138,192,17); }
H1.HeaderClassName
{
color: #8AC011;
}
.AnyTagClassName
{
color: #8AC011;
}
</style>
background-color css
<style>
a { background-color: #8AC011; }
a { background-color: rgb(138,192,17); }
div.DivClassName
{
background-color: #8AC011;
}
.BgClassName
{
background-color: #8AC011;
}
</style>
border-color css
<style>
span { border-color: #8AC011; }
span { border-color: rgb(138,192,17); }
td.TdClassName
{
border-color: #8AC011;
}
.TagClassName
{
border-color: #8AC011;
}
</style>