Shades of Citrus #8AC00D
Tints of Citrus #8AC00D
RGB
CMYK
RGB Variations
Color information
#8AC00D (or 0x8AC00D) is known color: Citrus. HEX triplet: 8A, C0 and 0D. RGB value is (138,192,13). Sum of RGB (Red+Green+Blue) = 138+192+13=343 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.23% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC00D is #753FF2. Grayscale: #9C9C9C. Windows color (decimal): -7684083 or 901258. OLE color: 901258.
HSL color Cylindrical-coordinate representation of color #8AC00D: hue angle of 78.1º degrees, saturation: 0.87, 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 #8AC00D is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 13 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.25 |
| HSL | 78.1º | 0.87% | 0.4% | - |
| HSV(B) | 78.1º | 0.93% | 0.75% | - |
| XYZ | 29.4 | 43.13 | 7.16 | - |
| YUV | 155.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 13 | 0.28 | 0 | 0.93 | 0.25 | 78.1 | 0.87 | 0.4 |
| Hex | 8A | C0 | D | 1C | 0 | 5D | 19 | 4E | 57 | 28 |
| Octal | 212 | 300 | 15 | 34 | 0 | 135 | 31 | 116 | 127 | 50 |
| Binary | 10001010 | 11000000 | 1101 | 11100 | 0 | 1011101 | 11001 | 1001110 | 1010111 | 101000 |
Color Harmonies of #8AC00D
Complementary color
Monochromatic Colors of #8AC00D
Black with #8AC00D
Text Example
Text Example
White with #8AC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC00D; }
p { color: rgb(138,192,13); }
H1.HeaderClassName
{
color: #8AC00D;
}
.AnyTagClassName
{
color: #8AC00D;
}
</style>
background-color css
<style>
a { background-color: #8AC00D; }
a { background-color: rgb(138,192,13); }
div.DivClassName
{
background-color: #8AC00D;
}
.BgClassName
{
background-color: #8AC00D;
}
</style>
border-color css
<style>
span { border-color: #8AC00D; }
span { border-color: rgb(138,192,13); }
td.TdClassName
{
border-color: #8AC00D;
}
.TagClassName
{
border-color: #8AC00D;
}
</style>