Shades of Citrus #8AB001
Tints of Citrus #8AB001
RGB
CMYK
RGB Variations
Color information
#8AB001 (or 0x8AB001) is known color: Citrus. HEX triplet: 8A, B0 and 01. RGB value is (138,176,1). Sum of RGB (Red+Green+Blue) = 138+176+1=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB001 is #754FFE. Grayscale: #919191. Windows color (decimal): -7688191 or 110730. OLE color: 110730.
HSL color Cylindrical-coordinate representation of color #8AB001: hue angle of 73.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AB001 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 176 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.31 |
| HSL | 73.03º | 0.99% | 0.35% | - |
| HSV(B) | 73.03º | 0.99% | 0.69% | - |
| XYZ | 26.01 | 36.46 | 5.69 | - |
| YUV | 144.69 | 46.91 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 176 | 1 | 0.22 | 0 | 0.99 | 0.31 | 73.03 | 0.99 | 0.35 |
| Hex | 8A | B0 | 1 | 16 | 0 | 63 | 1F | 49 | 63 | 23 |
| Octal | 212 | 260 | 1 | 26 | 0 | 143 | 37 | 111 | 143 | 43 |
| Binary | 10001010 | 10110000 | 1 | 10110 | 0 | 1100011 | 11111 | 1001001 | 1100011 | 100011 |
Color Harmonies of #8AB001
Complementary color
Monochromatic Colors of #8AB001
Black with #8AB001
Text Example
Text Example
White with #8AB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB001; }
p { color: rgb(138,176,1); }
H1.HeaderClassName
{
color: #8AB001;
}
.AnyTagClassName
{
color: #8AB001;
}
</style>
background-color css
<style>
a { background-color: #8AB001; }
a { background-color: rgb(138,176,1); }
div.DivClassName
{
background-color: #8AB001;
}
.BgClassName
{
background-color: #8AB001;
}
</style>
border-color css
<style>
span { border-color: #8AB001; }
span { border-color: rgb(138,176,1); }
td.TdClassName
{
border-color: #8AB001;
}
.TagClassName
{
border-color: #8AB001;
}
</style>