Shades of Citrus #8AD107
Tints of Citrus #8AD107
RGB
CMYK
RGB Variations
Color information
#8AD107 (or 0x8AD107) is known color: Citrus. HEX triplet: 8A, D1 and 07. RGB value is (138,209,7). Sum of RGB (Red+Green+Blue) = 138+209+7=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD107 is #752EF8. Grayscale: #A5A5A5. Windows color (decimal): -7679737 or 512394. OLE color: 512394.
HSL color Cylindrical-coordinate representation of color #8AD107: hue angle of 81.09º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AD107 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 7 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.18 |
| HSL | 81.09º | 0.94% | 0.42% | - |
| HSV(B) | 81.09º | 0.97% | 0.82% | - |
| XYZ | 33.32 | 51.02 | 8.29 | - |
| YUV | 164.74 | 38.98 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 7 | 0.34 | 0 | 0.97 | 0.18 | 81.09 | 0.94 | 0.42 |
| Hex | 8A | D1 | 7 | 22 | 0 | 61 | 12 | 51 | 5E | 2A |
| Octal | 212 | 321 | 7 | 42 | 0 | 141 | 22 | 121 | 136 | 52 |
| Binary | 10001010 | 11010001 | 111 | 100010 | 0 | 1100001 | 10010 | 1010001 | 1011110 | 101010 |
Color Harmonies of #8AD107
Complementary color
Monochromatic Colors of #8AD107
Black with #8AD107
Text Example
Text Example
White with #8AD107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD107; }
p { color: rgb(138,209,7); }
H1.HeaderClassName
{
color: #8AD107;
}
.AnyTagClassName
{
color: #8AD107;
}
</style>
background-color css
<style>
a { background-color: #8AD107; }
a { background-color: rgb(138,209,7); }
div.DivClassName
{
background-color: #8AD107;
}
.BgClassName
{
background-color: #8AD107;
}
</style>
border-color css
<style>
span { border-color: #8AD107; }
span { border-color: rgb(138,209,7); }
td.TdClassName
{
border-color: #8AD107;
}
.TagClassName
{
border-color: #8AD107;
}
</style>