Shades of Citrus #8AD507
Tints of Citrus #8AD507
RGB
CMYK
RGB Variations
Color information
#8AD507 (or 0x8AD507) is known color: Citrus. HEX triplet: 8A, D5 and 07. RGB value is (138,213,7). Sum of RGB (Red+Green+Blue) = 138+213+7=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD507 is #752AF8. Grayscale: #A7A7A7. Windows color (decimal): -7678713 or 513418. OLE color: 513418.
HSL color Cylindrical-coordinate representation of color #8AD507: hue angle of 81.84º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AD507 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.16 |
| HSL | 81.84º | 0.94% | 0.43% | - |
| HSV(B) | 81.84º | 0.97% | 0.84% | - |
| XYZ | 34.31 | 53.01 | 8.62 | - |
| YUV | 167.09 | 37.65 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 7 | 0.35 | 0 | 0.97 | 0.16 | 81.84 | 0.94 | 0.43 |
| Hex | 8A | D5 | 7 | 23 | 0 | 61 | 10 | 52 | 5E | 2B |
| Octal | 212 | 325 | 7 | 43 | 0 | 141 | 20 | 122 | 136 | 53 |
| Binary | 10001010 | 11010101 | 111 | 100011 | 0 | 1100001 | 10000 | 1010010 | 1011110 | 101011 |
Color Harmonies of #8AD507
Complementary color
Monochromatic Colors of #8AD507
Black with #8AD507
Text Example
Text Example
White with #8AD507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD507; }
p { color: rgb(138,213,7); }
H1.HeaderClassName
{
color: #8AD507;
}
.AnyTagClassName
{
color: #8AD507;
}
</style>
background-color css
<style>
a { background-color: #8AD507; }
a { background-color: rgb(138,213,7); }
div.DivClassName
{
background-color: #8AD507;
}
.BgClassName
{
background-color: #8AD507;
}
</style>
border-color css
<style>
span { border-color: #8AD507; }
span { border-color: rgb(138,213,7); }
td.TdClassName
{
border-color: #8AD507;
}
.TagClassName
{
border-color: #8AD507;
}
</style>