Shades of Citrus #8AD400
Tints of Citrus #8AD400
RGB
CMYK
RGB Variations
Color information
#8AD400 (or 0x8AD400) is known color: Citrus. HEX triplet: 8A, D4 and 00. RGB value is (138,212,0). Sum of RGB (Red+Green+Blue) = 138+212+0=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD400 is #752BFF. Grayscale: #A6A6A6. Windows color (decimal): -7678976 or 54410. OLE color: 54410.
HSL color Cylindrical-coordinate representation of color #8AD400: hue angle of 80.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AD400 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.17 |
| HSL | 80.94º | 1% | 0.42% | - |
| HSV(B) | 80.94º | 1% | 0.83% | - |
| XYZ | 34.02 | 52.49 | 8.34 | - |
| YUV | 165.71 | 34.48 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 0 | 0.35 | 0 | 1 | 0.17 | 80.94 | 1 | 0.42 |
| Hex | 8A | D4 | 0 | 23 | 0 | 64 | 11 | 51 | 64 | 2A |
| Octal | 212 | 324 | 0 | 43 | 0 | 144 | 21 | 121 | 144 | 52 |
| Binary | 10001010 | 11010100 | 0 | 100011 | 0 | 1100100 | 10001 | 1010001 | 1100100 | 101010 |
Color Harmonies of #8AD400
Complementary color
Monochromatic Colors of #8AD400
Black with #8AD400
Text Example
Text Example
White with #8AD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD400; }
p { color: rgb(138,212,0); }
H1.HeaderClassName
{
color: #8AD400;
}
.AnyTagClassName
{
color: #8AD400;
}
</style>
background-color css
<style>
a { background-color: #8AD400; }
a { background-color: rgb(138,212,0); }
div.DivClassName
{
background-color: #8AD400;
}
.BgClassName
{
background-color: #8AD400;
}
</style>
border-color css
<style>
span { border-color: #8AD400; }
span { border-color: rgb(138,212,0); }
td.TdClassName
{
border-color: #8AD400;
}
.TagClassName
{
border-color: #8AD400;
}
</style>