Shades of Citrus #8AD40B
Tints of Citrus #8AD40B
RGB
CMYK
RGB Variations
Color information
#8AD40B (or 0x8AD40B) is known color: Citrus. HEX triplet: 8A, D4 and 0B. RGB value is (138,212,11). Sum of RGB (Red+Green+Blue) = 138+212+11=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD40B is #752BF4. Grayscale: #A7A7A7. Windows color (decimal): -7678965 or 775306. OLE color: 775306.
HSL color Cylindrical-coordinate representation of color #8AD40B: hue angle of 82.09º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AD40B is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 11 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.17 |
| HSL | 82.09º | 0.9% | 0.44% | - |
| HSV(B) | 82.09º | 0.95% | 0.83% | - |
| XYZ | 34.09 | 52.51 | 8.66 | - |
| YUV | 166.96 | 39.98 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 11 | 0.35 | 0 | 0.95 | 0.17 | 82.09 | 0.9 | 0.44 |
| Hex | 8A | D4 | B | 23 | 0 | 5F | 11 | 52 | 5A | 2C |
| Octal | 212 | 324 | 13 | 43 | 0 | 137 | 21 | 122 | 132 | 54 |
| Binary | 10001010 | 11010100 | 1011 | 100011 | 0 | 1011111 | 10001 | 1010010 | 1011010 | 101100 |
Color Harmonies of #8AD40B
Complementary color
Monochromatic Colors of #8AD40B
Black with #8AD40B
Text Example
Text Example
White with #8AD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD40B; }
p { color: rgb(138,212,11); }
H1.HeaderClassName
{
color: #8AD40B;
}
.AnyTagClassName
{
color: #8AD40B;
}
</style>
background-color css
<style>
a { background-color: #8AD40B; }
a { background-color: rgb(138,212,11); }
div.DivClassName
{
background-color: #8AD40B;
}
.BgClassName
{
background-color: #8AD40B;
}
</style>
border-color css
<style>
span { border-color: #8AD40B; }
span { border-color: rgb(138,212,11); }
td.TdClassName
{
border-color: #8AD40B;
}
.TagClassName
{
border-color: #8AD40B;
}
</style>