Shades of Citrus #8AC502
Tints of Citrus #8AC502
RGB
CMYK
RGB Variations
Color information
#8AC502 (or 0x8AC502) is known color: Citrus. HEX triplet: 8A, C5 and 02. RGB value is (138,197,2). Sum of RGB (Red+Green+Blue) = 138+197+2=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC502 is #753AFD. Grayscale: #9D9D9D. Windows color (decimal): -7682814 or 181642. OLE color: 181642.
HSL color Cylindrical-coordinate representation of color #8AC502: hue angle of 78.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AC502 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.23 |
| HSL | 78.15º | 0.98% | 0.39% | - |
| HSV(B) | 78.15º | 0.99% | 0.77% | - |
| XYZ | 30.46 | 45.34 | 7.2 | - |
| YUV | 157.13 | 40.45 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 2 | 0.30 | 0 | 0.99 | 0.23 | 78.15 | 0.98 | 0.39 |
| Hex | 8A | C5 | 2 | 1E | 0 | 63 | 17 | 4E | 62 | 27 |
| Octal | 212 | 305 | 2 | 36 | 0 | 143 | 27 | 116 | 142 | 47 |
| Binary | 10001010 | 11000101 | 10 | 11110 | 0 | 1100011 | 10111 | 1001110 | 1100010 | 100111 |
Color Harmonies of #8AC502
Complementary color
Monochromatic Colors of #8AC502
Black with #8AC502
Text Example
Text Example
White with #8AC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC502; }
p { color: rgb(138,197,2); }
H1.HeaderClassName
{
color: #8AC502;
}
.AnyTagClassName
{
color: #8AC502;
}
</style>
background-color css
<style>
a { background-color: #8AC502; }
a { background-color: rgb(138,197,2); }
div.DivClassName
{
background-color: #8AC502;
}
.BgClassName
{
background-color: #8AC502;
}
</style>
border-color css
<style>
span { border-color: #8AC502; }
span { border-color: rgb(138,197,2); }
td.TdClassName
{
border-color: #8AC502;
}
.TagClassName
{
border-color: #8AC502;
}
</style>