Shades of Citrus #8AC90D
Tints of Citrus #8AC90D
RGB
CMYK
RGB Variations
Color information
#8AC90D (or 0x8AC90D) is known color: Citrus. HEX triplet: 8A, C9 and 0D. RGB value is (138,201,13). Sum of RGB (Red+Green+Blue) = 138+201+13=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC90D is #7536F2. Grayscale: #A1A1A1. Windows color (decimal): -7681779 or 903562. OLE color: 903562.
HSL color Cylindrical-coordinate representation of color #8AC90D: hue angle of 80.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AC90D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 201 | 13 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.21 |
| HSL | 80.11º | 0.88% | 0.42% | - |
| HSV(B) | 80.11º | 0.94% | 0.79% | - |
| XYZ | 31.44 | 47.21 | 7.84 | - |
| YUV | 160.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 201 | 13 | 0.31 | 0 | 0.94 | 0.21 | 80.11 | 0.88 | 0.42 |
| Hex | 8A | C9 | D | 1F | 0 | 5E | 15 | 50 | 58 | 2A |
| Octal | 212 | 311 | 15 | 37 | 0 | 136 | 25 | 120 | 130 | 52 |
| Binary | 10001010 | 11001001 | 1101 | 11111 | 0 | 1011110 | 10101 | 1010000 | 1011000 | 101010 |
Color Harmonies of #8AC90D
Complementary color
Monochromatic Colors of #8AC90D
Black with #8AC90D
Text Example
Text Example
White with #8AC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC90D; }
p { color: rgb(138,201,13); }
H1.HeaderClassName
{
color: #8AC90D;
}
.AnyTagClassName
{
color: #8AC90D;
}
</style>
background-color css
<style>
a { background-color: #8AC90D; }
a { background-color: rgb(138,201,13); }
div.DivClassName
{
background-color: #8AC90D;
}
.BgClassName
{
background-color: #8AC90D;
}
</style>
border-color css
<style>
span { border-color: #8AC90D; }
span { border-color: rgb(138,201,13); }
td.TdClassName
{
border-color: #8AC90D;
}
.TagClassName
{
border-color: #8AC90D;
}
</style>