Shades of Citrus #8AD505
Tints of Citrus #8AD505
RGB
CMYK
RGB Variations
Color information
#8AD505 (or 0x8AD505) is known color: Citrus. HEX triplet: 8A, D5 and 05. RGB value is (138,213,5). Sum of RGB (Red+Green+Blue) = 138+213+5=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD505 is #752AFA. Grayscale: #A7A7A7. Windows color (decimal): -7678715 or 382346. OLE color: 382346.
HSL color Cylindrical-coordinate representation of color #8AD505: hue angle of 81.63º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AD505 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.16 |
| HSL | 81.63º | 0.95% | 0.43% | - |
| HSV(B) | 81.63º | 0.98% | 0.84% | - |
| XYZ | 34.3 | 53 | 8.57 | - |
| YUV | 166.86 | 36.65 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 5 | 0.35 | 0 | 0.98 | 0.16 | 81.63 | 0.95 | 0.43 |
| Hex | 8A | D5 | 5 | 23 | 0 | 62 | 10 | 52 | 5F | 2B |
| Octal | 212 | 325 | 5 | 43 | 0 | 142 | 20 | 122 | 137 | 53 |
| Binary | 10001010 | 11010101 | 101 | 100011 | 0 | 1100010 | 10000 | 1010010 | 1011111 | 101011 |
Color Harmonies of #8AD505
Complementary color
Monochromatic Colors of #8AD505
Black with #8AD505
Text Example
Text Example
White with #8AD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD505; }
p { color: rgb(138,213,5); }
H1.HeaderClassName
{
color: #8AD505;
}
.AnyTagClassName
{
color: #8AD505;
}
</style>
background-color css
<style>
a { background-color: #8AD505; }
a { background-color: rgb(138,213,5); }
div.DivClassName
{
background-color: #8AD505;
}
.BgClassName
{
background-color: #8AD505;
}
</style>
border-color css
<style>
span { border-color: #8AD505; }
span { border-color: rgb(138,213,5); }
td.TdClassName
{
border-color: #8AD505;
}
.TagClassName
{
border-color: #8AD505;
}
</style>