Shades of Citrus #8AB905
Tints of Citrus #8AB905
RGB
CMYK
RGB Variations
Color information
#8AB905 (or 0x8AB905) is known color: Citrus. HEX triplet: 8A, B9 and 05. RGB value is (138,185,5). Sum of RGB (Red+Green+Blue) = 138+185+5=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB905 is #7546FA. Grayscale: #979797. Windows color (decimal): -7685883 or 375178. OLE color: 375178.
HSL color Cylindrical-coordinate representation of color #8AB905: hue angle of 75.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AB905 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 5 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.27 |
| HSL | 75.67º | 0.95% | 0.37% | - |
| HSV(B) | 75.67º | 0.97% | 0.73% | - |
| XYZ | 27.86 | 40.11 | 6.42 | - |
| YUV | 150.43 | 45.93 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 5 | 0.25 | 0 | 0.97 | 0.27 | 75.67 | 0.95 | 0.37 |
| Hex | 8A | B9 | 5 | 19 | 0 | 61 | 1B | 4C | 5F | 25 |
| Octal | 212 | 271 | 5 | 31 | 0 | 141 | 33 | 114 | 137 | 45 |
| Binary | 10001010 | 10111001 | 101 | 11001 | 0 | 1100001 | 11011 | 1001100 | 1011111 | 100101 |
Color Harmonies of #8AB905
Complementary color
Monochromatic Colors of #8AB905
Black with #8AB905
Text Example
Text Example
White with #8AB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB905; }
p { color: rgb(138,185,5); }
H1.HeaderClassName
{
color: #8AB905;
}
.AnyTagClassName
{
color: #8AB905;
}
</style>
background-color css
<style>
a { background-color: #8AB905; }
a { background-color: rgb(138,185,5); }
div.DivClassName
{
background-color: #8AB905;
}
.BgClassName
{
background-color: #8AB905;
}
</style>
border-color css
<style>
span { border-color: #8AB905; }
span { border-color: rgb(138,185,5); }
td.TdClassName
{
border-color: #8AB905;
}
.TagClassName
{
border-color: #8AB905;
}
</style>