Shades of Citrus #8AD202
Tints of Citrus #8AD202
RGB
CMYK
RGB Variations
Color information
#8AD202 (or 0x8AD202) is known color: Citrus. HEX triplet: 8A, D2 and 02. RGB value is (138,210,2). Sum of RGB (Red+Green+Blue) = 138+210+2=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD202 is #752DFD. Grayscale: #A5A5A5. Windows color (decimal): -7679486 or 184970. OLE color: 184970.
HSL color Cylindrical-coordinate representation of color #8AD202: hue angle of 80.77º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AD202 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.18 |
| HSL | 80.77º | 0.98% | 0.42% | - |
| HSV(B) | 80.77º | 0.99% | 0.82% | - |
| XYZ | 33.54 | 51.5 | 8.23 | - |
| YUV | 164.76 | 36.15 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 2 | 0.34 | 0 | 0.99 | 0.18 | 80.77 | 0.98 | 0.42 |
| Hex | 8A | D2 | 2 | 22 | 0 | 63 | 12 | 51 | 62 | 2A |
| Octal | 212 | 322 | 2 | 42 | 0 | 143 | 22 | 121 | 142 | 52 |
| Binary | 10001010 | 11010010 | 10 | 100010 | 0 | 1100011 | 10010 | 1010001 | 1100010 | 101010 |
Color Harmonies of #8AD202
Complementary color
Monochromatic Colors of #8AD202
Black with #8AD202
Text Example
Text Example
White with #8AD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD202; }
p { color: rgb(138,210,2); }
H1.HeaderClassName
{
color: #8AD202;
}
.AnyTagClassName
{
color: #8AD202;
}
</style>
background-color css
<style>
a { background-color: #8AD202; }
a { background-color: rgb(138,210,2); }
div.DivClassName
{
background-color: #8AD202;
}
.BgClassName
{
background-color: #8AD202;
}
</style>
border-color css
<style>
span { border-color: #8AD202; }
span { border-color: rgb(138,210,2); }
td.TdClassName
{
border-color: #8AD202;
}
.TagClassName
{
border-color: #8AD202;
}
</style>