Shades of Citrus #8AC00E
Tints of Citrus #8AC00E
RGB
CMYK
RGB Variations
Color information
#8AC00E (or 0x8AC00E) is known color: Citrus. HEX triplet: 8A, C0 and 0E. RGB value is (138,192,14). Sum of RGB (Red+Green+Blue) = 138+192+14=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC00E is #753FF1. Grayscale: #9C9C9C. Windows color (decimal): -7684082 or 966794. OLE color: 966794.
HSL color Cylindrical-coordinate representation of color #8AC00E: hue angle of 78.2º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AC00E is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 14 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.25 |
| HSL | 78.2º | 0.86% | 0.4% | - |
| HSV(B) | 78.2º | 0.93% | 0.75% | - |
| XYZ | 29.41 | 43.13 | 7.19 | - |
| YUV | 155.56 | 48.11 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 14 | 0.28 | 0 | 0.93 | 0.25 | 78.2 | 0.86 | 0.4 |
| Hex | 8A | C0 | E | 1C | 0 | 5D | 19 | 4E | 56 | 28 |
| Octal | 212 | 300 | 16 | 34 | 0 | 135 | 31 | 116 | 126 | 50 |
| Binary | 10001010 | 11000000 | 1110 | 11100 | 0 | 1011101 | 11001 | 1001110 | 1010110 | 101000 |
Color Harmonies of #8AC00E
Complementary color
Monochromatic Colors of #8AC00E
Black with #8AC00E
Text Example
Text Example
White with #8AC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC00E; }
p { color: rgb(138,192,14); }
H1.HeaderClassName
{
color: #8AC00E;
}
.AnyTagClassName
{
color: #8AC00E;
}
</style>
background-color css
<style>
a { background-color: #8AC00E; }
a { background-color: rgb(138,192,14); }
div.DivClassName
{
background-color: #8AC00E;
}
.BgClassName
{
background-color: #8AC00E;
}
</style>
border-color css
<style>
span { border-color: #8AC00E; }
span { border-color: rgb(138,192,14); }
td.TdClassName
{
border-color: #8AC00E;
}
.TagClassName
{
border-color: #8AC00E;
}
</style>