Shades of Citrus #8ABE01
Tints of Citrus #8ABE01
RGB
CMYK
RGB Variations
Color information
#8ABE01 (or 0x8ABE01) is known color: Citrus. HEX triplet: 8A, BE and 01. RGB value is (138,190,1). Sum of RGB (Red+Green+Blue) = 138+190+1=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ABE01 is #7541FE. Grayscale: #999999. Windows color (decimal): -7684607 or 114314. OLE color: 114314.
HSL color Cylindrical-coordinate representation of color #8ABE01: hue angle of 76.51º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8ABE01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 1 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.25 |
| HSL | 76.51º | 0.99% | 0.37% | - |
| HSV(B) | 76.51º | 0.99% | 0.75% | - |
| XYZ | 28.9 | 42.23 | 6.66 | - |
| YUV | 152.91 | 42.27 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 1 | 0.27 | 0 | 0.99 | 0.25 | 76.51 | 0.99 | 0.37 |
| Hex | 8A | BE | 1 | 1B | 0 | 63 | 19 | 4D | 63 | 25 |
| Octal | 212 | 276 | 1 | 33 | 0 | 143 | 31 | 115 | 143 | 45 |
| Binary | 10001010 | 10111110 | 1 | 11011 | 0 | 1100011 | 11001 | 1001101 | 1100011 | 100101 |
Color Harmonies of #8ABE01
Complementary color
Monochromatic Colors of #8ABE01
Black with #8ABE01
Text Example
Text Example
White with #8ABE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE01; }
p { color: rgb(138,190,1); }
H1.HeaderClassName
{
color: #8ABE01;
}
.AnyTagClassName
{
color: #8ABE01;
}
</style>
background-color css
<style>
a { background-color: #8ABE01; }
a { background-color: rgb(138,190,1); }
div.DivClassName
{
background-color: #8ABE01;
}
.BgClassName
{
background-color: #8ABE01;
}
</style>
border-color css
<style>
span { border-color: #8ABE01; }
span { border-color: rgb(138,190,1); }
td.TdClassName
{
border-color: #8ABE01;
}
.TagClassName
{
border-color: #8ABE01;
}
</style>