Shades of Citrus #8AB701
Tints of Citrus #8AB701
RGB
CMYK
RGB Variations
Color information
#8AB701 (or 0x8AB701) is known color: Citrus. HEX triplet: 8A, B7 and 01. RGB value is (138,183,1). Sum of RGB (Red+Green+Blue) = 138+183+1=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB701 is #7548FE. Grayscale: #959595. Windows color (decimal): -7686399 or 112522. OLE color: 112522.
HSL color Cylindrical-coordinate representation of color #8AB701: hue angle of 74.84º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AB701 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.28 |
| HSL | 74.84º | 0.99% | 0.36% | - |
| HSV(B) | 74.84º | 0.99% | 0.72% | - |
| XYZ | 27.42 | 39.27 | 6.16 | - |
| YUV | 148.8 | 44.59 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 1 | 0.25 | 0 | 0.99 | 0.28 | 74.84 | 0.99 | 0.36 |
| Hex | 8A | B7 | 1 | 19 | 0 | 63 | 1C | 4B | 63 | 24 |
| Octal | 212 | 267 | 1 | 31 | 0 | 143 | 34 | 113 | 143 | 44 |
| Binary | 10001010 | 10110111 | 1 | 11001 | 0 | 1100011 | 11100 | 1001011 | 1100011 | 100100 |
Color Harmonies of #8AB701
Complementary color
Monochromatic Colors of #8AB701
Black with #8AB701
Text Example
Text Example
White with #8AB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB701; }
p { color: rgb(138,183,1); }
H1.HeaderClassName
{
color: #8AB701;
}
.AnyTagClassName
{
color: #8AB701;
}
</style>
background-color css
<style>
a { background-color: #8AB701; }
a { background-color: rgb(138,183,1); }
div.DivClassName
{
background-color: #8AB701;
}
.BgClassName
{
background-color: #8AB701;
}
</style>
border-color css
<style>
span { border-color: #8AB701; }
span { border-color: rgb(138,183,1); }
td.TdClassName
{
border-color: #8AB701;
}
.TagClassName
{
border-color: #8AB701;
}
</style>