Shades of Citrus #9AD207
Tints of Citrus #9AD207
RGB
CMYK
RGB Variations
Color information
#9AD207 (or 0x9AD207) is known color: Citrus. HEX triplet: 9A, D2 and 07. RGB value is (154,210,7). Sum of RGB (Red+Green+Blue) = 154+210+7=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD207 is #652DF8. Grayscale: #AAAAAA. Windows color (decimal): -6630905 or 512666. OLE color: 512666.
HSL color Cylindrical-coordinate representation of color #9AD207: hue angle of 76.55º 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 #9AD207 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 7 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.18 |
| HSL | 76.55º | 0.94% | 0.43% | - |
| HSV(B) | 76.55º | 0.97% | 0.82% | - |
| XYZ | 36.41 | 52.98 | 8.51 | - |
| YUV | 170.11 | 35.95 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 7 | 0.27 | 0 | 0.97 | 0.18 | 76.55 | 0.94 | 0.43 |
| Hex | 9A | D2 | 7 | 1B | 0 | 61 | 12 | 4D | 5E | 2B |
| Octal | 232 | 322 | 7 | 33 | 0 | 141 | 22 | 115 | 136 | 53 |
| Binary | 10011010 | 11010010 | 111 | 11011 | 0 | 1100001 | 10010 | 1001101 | 1011110 | 101011 |
Color Harmonies of #9AD207
Complementary color
Monochromatic Colors of #9AD207
Black with #9AD207
Text Example
Text Example
White with #9AD207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD207; }
p { color: rgb(154,210,7); }
H1.HeaderClassName
{
color: #9AD207;
}
.AnyTagClassName
{
color: #9AD207;
}
</style>
background-color css
<style>
a { background-color: #9AD207; }
a { background-color: rgb(154,210,7); }
div.DivClassName
{
background-color: #9AD207;
}
.BgClassName
{
background-color: #9AD207;
}
</style>
border-color css
<style>
span { border-color: #9AD207; }
span { border-color: rgb(154,210,7); }
td.TdClassName
{
border-color: #9AD207;
}
.TagClassName
{
border-color: #9AD207;
}
</style>