Shades of Citrus #8AD508
Tints of Citrus #8AD508
RGB
CMYK
RGB Variations
Color information
#8AD508 (or 0x8AD508) is known color: Citrus. HEX triplet: 8A, D5 and 08. RGB value is (138,213,8). Sum of RGB (Red+Green+Blue) = 138+213+8=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD508 is #752AF7. Grayscale: #A7A7A7. Windows color (decimal): -7678712 or 578954. OLE color: 578954.
HSL color Cylindrical-coordinate representation of color #8AD508: hue angle of 81.95º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AD508 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 8 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.16 |
| HSL | 81.95º | 0.93% | 0.43% | - |
| HSV(B) | 81.95º | 0.96% | 0.84% | - |
| XYZ | 34.32 | 53.01 | 8.65 | - |
| YUV | 167.21 | 38.15 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 8 | 0.35 | 0 | 0.96 | 0.16 | 81.95 | 0.93 | 0.43 |
| Hex | 8A | D5 | 8 | 23 | 0 | 60 | 10 | 52 | 5D | 2B |
| Octal | 212 | 325 | 10 | 43 | 0 | 140 | 20 | 122 | 135 | 53 |
| Binary | 10001010 | 11010101 | 1000 | 100011 | 0 | 1100000 | 10000 | 1010010 | 1011101 | 101011 |
Color Harmonies of #8AD508
Complementary color
Monochromatic Colors of #8AD508
Black with #8AD508
Text Example
Text Example
White with #8AD508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD508; }
p { color: rgb(138,213,8); }
H1.HeaderClassName
{
color: #8AD508;
}
.AnyTagClassName
{
color: #8AD508;
}
</style>
background-color css
<style>
a { background-color: #8AD508; }
a { background-color: rgb(138,213,8); }
div.DivClassName
{
background-color: #8AD508;
}
.BgClassName
{
background-color: #8AD508;
}
</style>
border-color css
<style>
span { border-color: #8AD508; }
span { border-color: rgb(138,213,8); }
td.TdClassName
{
border-color: #8AD508;
}
.TagClassName
{
border-color: #8AD508;
}
</style>