Shades of Citrus #8AB802
Tints of Citrus #8AB802
RGB
CMYK
RGB Variations
Color information
#8AB802 (or 0x8AB802) is known color: Citrus. HEX triplet: 8A, B8 and 02. RGB value is (138,184,2). Sum of RGB (Red+Green+Blue) = 138+184+2=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB802 is #7547FD. Grayscale: #969696. Windows color (decimal): -7686142 or 178314. OLE color: 178314.
HSL color Cylindrical-coordinate representation of color #8AB802: hue angle of 75.16º degrees, saturation: 0.98, 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 #8AB802 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.28 |
| HSL | 75.16º | 0.98% | 0.36% | - |
| HSV(B) | 75.16º | 0.99% | 0.72% | - |
| XYZ | 27.63 | 39.69 | 6.26 | - |
| YUV | 149.5 | 44.76 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 2 | 0.25 | 0 | 0.99 | 0.28 | 75.16 | 0.98 | 0.36 |
| Hex | 8A | B8 | 2 | 19 | 0 | 63 | 1C | 4B | 62 | 24 |
| Octal | 212 | 270 | 2 | 31 | 0 | 143 | 34 | 113 | 142 | 44 |
| Binary | 10001010 | 10111000 | 10 | 11001 | 0 | 1100011 | 11100 | 1001011 | 1100010 | 100100 |
Color Harmonies of #8AB802
Complementary color
Monochromatic Colors of #8AB802
Black with #8AB802
Text Example
Text Example
White with #8AB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB802; }
p { color: rgb(138,184,2); }
H1.HeaderClassName
{
color: #8AB802;
}
.AnyTagClassName
{
color: #8AB802;
}
</style>
background-color css
<style>
a { background-color: #8AB802; }
a { background-color: rgb(138,184,2); }
div.DivClassName
{
background-color: #8AB802;
}
.BgClassName
{
background-color: #8AB802;
}
</style>
border-color css
<style>
span { border-color: #8AB802; }
span { border-color: rgb(138,184,2); }
td.TdClassName
{
border-color: #8AB802;
}
.TagClassName
{
border-color: #8AB802;
}
</style>