Shades of Citrus #8AD207
Tints of Citrus #8AD207
RGB
CMYK
RGB Variations
Color information
#8AD207 (or 0x8AD207) is known color: Citrus. HEX triplet: 8A, D2 and 07. RGB value is (138,210,7). Sum of RGB (Red+Green+Blue) = 138+210+7=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD207 is #752DF8. Grayscale: #A6A6A6. Windows color (decimal): -7679481 or 512650. OLE color: 512650.
HSL color Cylindrical-coordinate representation of color #8AD207: hue angle of 81.28º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AD207 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 7 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.18 |
| HSL | 81.28º | 0.94% | 0.43% | - |
| HSV(B) | 81.28º | 0.97% | 0.82% | - |
| XYZ | 33.57 | 51.51 | 8.37 | - |
| YUV | 165.33 | 38.65 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 7 | 0.34 | 0 | 0.97 | 0.18 | 81.28 | 0.94 | 0.43 |
| Hex | 8A | D2 | 7 | 22 | 0 | 61 | 12 | 51 | 5E | 2B |
| Octal | 212 | 322 | 7 | 42 | 0 | 141 | 22 | 121 | 136 | 53 |
| Binary | 10001010 | 11010010 | 111 | 100010 | 0 | 1100001 | 10010 | 1010001 | 1011110 | 101011 |
Color Harmonies of #8AD207
Complementary color
Monochromatic Colors of #8AD207
Black with #8AD207
Text Example
Text Example
White with #8AD207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD207; }
p { color: rgb(138,210,7); }
H1.HeaderClassName
{
color: #8AD207;
}
.AnyTagClassName
{
color: #8AD207;
}
</style>
background-color css
<style>
a { background-color: #8AD207; }
a { background-color: rgb(138,210,7); }
div.DivClassName
{
background-color: #8AD207;
}
.BgClassName
{
background-color: #8AD207;
}
</style>
border-color css
<style>
span { border-color: #8AD207; }
span { border-color: rgb(138,210,7); }
td.TdClassName
{
border-color: #8AD207;
}
.TagClassName
{
border-color: #8AD207;
}
</style>