Shades of Citrus #9ABE01
Tints of Citrus #9ABE01
RGB
CMYK
RGB Variations
Color information
#9ABE01 (or 0x9ABE01) is known color: Citrus. HEX triplet: 9A, BE and 01. RGB value is (154,190,1). Sum of RGB (Red+Green+Blue) = 154+190+1=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ABE01 is #6541FE. Grayscale: #9E9E9E. Windows color (decimal): -6636031 or 114330. OLE color: 114330.
HSL color Cylindrical-coordinate representation of color #9ABE01: hue angle of 71.43º 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 #9ABE01 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.25 |
| HSL | 71.43º | 0.99% | 0.37% | - |
| HSV(B) | 71.43º | 0.99% | 0.75% | - |
| XYZ | 31.75 | 43.7 | 6.79 | - |
| YUV | 157.69 | 39.57 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 1 | 0.19 | 0 | 0.99 | 0.25 | 71.43 | 0.99 | 0.37 |
| Hex | 9A | BE | 1 | 13 | 0 | 63 | 19 | 47 | 63 | 25 |
| Octal | 232 | 276 | 1 | 23 | 0 | 143 | 31 | 107 | 143 | 45 |
| Binary | 10011010 | 10111110 | 1 | 10011 | 0 | 1100011 | 11001 | 1000111 | 1100011 | 100101 |
Color Harmonies of #9ABE01
Complementary color
Monochromatic Colors of #9ABE01
Black with #9ABE01
Text Example
Text Example
White with #9ABE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE01; }
p { color: rgb(154,190,1); }
H1.HeaderClassName
{
color: #9ABE01;
}
.AnyTagClassName
{
color: #9ABE01;
}
</style>
background-color css
<style>
a { background-color: #9ABE01; }
a { background-color: rgb(154,190,1); }
div.DivClassName
{
background-color: #9ABE01;
}
.BgClassName
{
background-color: #9ABE01;
}
</style>
border-color css
<style>
span { border-color: #9ABE01; }
span { border-color: rgb(154,190,1); }
td.TdClassName
{
border-color: #9ABE01;
}
.TagClassName
{
border-color: #9ABE01;
}
</style>