Shades of Citrus #8AB90F
Tints of Citrus #8AB90F
RGB
CMYK
RGB Variations
Color information
#8AB90F (or 0x8AB90F) is known color: Citrus. HEX triplet: 8A, B9 and 0F. RGB value is (138,185,15). Sum of RGB (Red+Green+Blue) = 138+185+15=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB90F is #7546F0. Grayscale: #989898. Windows color (decimal): -7685873 or 1030538. OLE color: 1030538.
HSL color Cylindrical-coordinate representation of color #8AB90F: hue angle of 76.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8AB90F is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 15 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.27 |
| HSL | 76.59º | 0.85% | 0.39% | - |
| HSV(B) | 76.59º | 0.92% | 0.73% | - |
| XYZ | 27.92 | 40.14 | 6.73 | - |
| YUV | 151.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 15 | 0.25 | 0 | 0.92 | 0.27 | 76.59 | 0.85 | 0.39 |
| Hex | 8A | B9 | F | 19 | 0 | 5C | 1B | 4D | 55 | 27 |
| Octal | 212 | 271 | 17 | 31 | 0 | 134 | 33 | 115 | 125 | 47 |
| Binary | 10001010 | 10111001 | 1111 | 11001 | 0 | 1011100 | 11011 | 1001101 | 1010101 | 100111 |
Color Harmonies of #8AB90F
Complementary color
Monochromatic Colors of #8AB90F
Black with #8AB90F
Text Example
Text Example
White with #8AB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB90F; }
p { color: rgb(138,185,15); }
H1.HeaderClassName
{
color: #8AB90F;
}
.AnyTagClassName
{
color: #8AB90F;
}
</style>
background-color css
<style>
a { background-color: #8AB90F; }
a { background-color: rgb(138,185,15); }
div.DivClassName
{
background-color: #8AB90F;
}
.BgClassName
{
background-color: #8AB90F;
}
</style>
border-color css
<style>
span { border-color: #8AB90F; }
span { border-color: rgb(138,185,15); }
td.TdClassName
{
border-color: #8AB90F;
}
.TagClassName
{
border-color: #8AB90F;
}
</style>