Shades of Citrus #8AD201
Tints of Citrus #8AD201
RGB
CMYK
RGB Variations
Color information
#8AD201 (or 0x8AD201) is known color: Citrus. HEX triplet: 8A, D2 and 01. RGB value is (138,210,1). Sum of RGB (Red+Green+Blue) = 138+210+1=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD201 is #752DFE. Grayscale: #A5A5A5. Windows color (decimal): -7679487 or 119434. OLE color: 119434.
HSL color Cylindrical-coordinate representation of color #8AD201: hue angle of 80.67º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AD201 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 1 | - |
| CMYK | 0.34 | 0 | 1.00 | 0.18 |
| HSL | 80.67º | 0.99% | 0.41% | - |
| HSV(B) | 80.67º | 1% | 0.82% | - |
| XYZ | 33.53 | 51.5 | 8.2 | - |
| YUV | 164.65 | 35.65 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 1 | 0.34 | 0 | 1.00 | 0.18 | 80.67 | 0.99 | 0.41 |
| Hex | 8A | D2 | 1 | 22 | 0 | 64 | 12 | 51 | 63 | 29 |
| Octal | 212 | 322 | 1 | 42 | 0 | 144 | 22 | 121 | 143 | 51 |
| Binary | 10001010 | 11010010 | 1 | 100010 | 0 | 1100100 | 10010 | 1010001 | 1100011 | 101001 |
Color Harmonies of #8AD201
Complementary color
Monochromatic Colors of #8AD201
Black with #8AD201
Text Example
Text Example
White with #8AD201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD201; }
p { color: rgb(138,210,1); }
H1.HeaderClassName
{
color: #8AD201;
}
.AnyTagClassName
{
color: #8AD201;
}
</style>
background-color css
<style>
a { background-color: #8AD201; }
a { background-color: rgb(138,210,1); }
div.DivClassName
{
background-color: #8AD201;
}
.BgClassName
{
background-color: #8AD201;
}
</style>
border-color css
<style>
span { border-color: #8AD201; }
span { border-color: rgb(138,210,1); }
td.TdClassName
{
border-color: #8AD201;
}
.TagClassName
{
border-color: #8AD201;
}
</style>