Shades of Citrus #8AD500
Tints of Citrus #8AD500
RGB
CMYK
RGB Variations
Color information
#8AD500 (or 0x8AD500) is known color: Citrus. HEX triplet: 8A, D5 and 00. RGB value is (138,213,0). Sum of RGB (Red+Green+Blue) = 138+213+0=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD500 is #752AFF. Grayscale: #A7A7A7. Windows color (decimal): -7678720 or 54666. OLE color: 54666.
HSL color Cylindrical-coordinate representation of color #8AD500: hue angle of 81.13º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AD500 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.16 |
| HSL | 81.13º | 1% | 0.42% | - |
| HSV(B) | 81.13º | 1% | 0.84% | - |
| XYZ | 34.28 | 52.99 | 8.42 | - |
| YUV | 166.29 | 34.15 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 0 | 0.35 | 0 | 1 | 0.16 | 81.13 | 1 | 0.42 |
| Hex | 8A | D5 | 0 | 23 | 0 | 64 | 10 | 51 | 64 | 2A |
| Octal | 212 | 325 | 0 | 43 | 0 | 144 | 20 | 121 | 144 | 52 |
| Binary | 10001010 | 11010101 | 0 | 100011 | 0 | 1100100 | 10000 | 1010001 | 1100100 | 101010 |
Color Harmonies of #8AD500
Complementary color
Monochromatic Colors of #8AD500
Black with #8AD500
Text Example
Text Example
White with #8AD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD500; }
p { color: rgb(138,213,0); }
H1.HeaderClassName
{
color: #8AD500;
}
.AnyTagClassName
{
color: #8AD500;
}
</style>
background-color css
<style>
a { background-color: #8AD500; }
a { background-color: rgb(138,213,0); }
div.DivClassName
{
background-color: #8AD500;
}
.BgClassName
{
background-color: #8AD500;
}
</style>
border-color css
<style>
span { border-color: #8AD500; }
span { border-color: rgb(138,213,0); }
td.TdClassName
{
border-color: #8AD500;
}
.TagClassName
{
border-color: #8AD500;
}
</style>