Shades of Citrus #8AD10B
Tints of Citrus #8AD10B
RGB
CMYK
RGB Variations
Color information
#8AD10B (or 0x8AD10B) is known color: Citrus. HEX triplet: 8A, D1 and 0B. RGB value is (138,209,11). Sum of RGB (Red+Green+Blue) = 138+209+11=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD10B is #752EF4. Grayscale: #A5A5A5. Windows color (decimal): -7679733 or 774538. OLE color: 774538.
HSL color Cylindrical-coordinate representation of color #8AD10B: hue angle of 81.52º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AD10B is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 11 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.18 |
| HSL | 81.52º | 0.9% | 0.43% | - |
| HSV(B) | 81.52º | 0.95% | 0.82% | - |
| XYZ | 33.34 | 51.03 | 8.41 | - |
| YUV | 165.2 | 40.98 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 11 | 0.34 | 0 | 0.95 | 0.18 | 81.52 | 0.9 | 0.43 |
| Hex | 8A | D1 | B | 22 | 0 | 5F | 12 | 52 | 5A | 2B |
| Octal | 212 | 321 | 13 | 42 | 0 | 137 | 22 | 122 | 132 | 53 |
| Binary | 10001010 | 11010001 | 1011 | 100010 | 0 | 1011111 | 10010 | 1010010 | 1011010 | 101011 |
Color Harmonies of #8AD10B
Complementary color
Monochromatic Colors of #8AD10B
Black with #8AD10B
Text Example
Text Example
White with #8AD10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD10B; }
p { color: rgb(138,209,11); }
H1.HeaderClassName
{
color: #8AD10B;
}
.AnyTagClassName
{
color: #8AD10B;
}
</style>
background-color css
<style>
a { background-color: #8AD10B; }
a { background-color: rgb(138,209,11); }
div.DivClassName
{
background-color: #8AD10B;
}
.BgClassName
{
background-color: #8AD10B;
}
</style>
border-color css
<style>
span { border-color: #8AD10B; }
span { border-color: rgb(138,209,11); }
td.TdClassName
{
border-color: #8AD10B;
}
.TagClassName
{
border-color: #8AD10B;
}
</style>