Shades of Citrus #9AD007
Tints of Citrus #9AD007
RGB
CMYK
RGB Variations
Color information
#9AD007 (or 0x9AD007) is known color: Citrus. HEX triplet: 9A, D0 and 07. RGB value is (154,208,7). Sum of RGB (Red+Green+Blue) = 154+208+7=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD007 is #652FF8. Grayscale: #A9A9A9. Windows color (decimal): -6631417 or 512154. OLE color: 512154.
HSL color Cylindrical-coordinate representation of color #9AD007: hue angle of 76.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AD007 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 7 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.18 |
| HSL | 76.12º | 0.93% | 0.42% | - |
| HSV(B) | 76.12º | 0.97% | 0.82% | - |
| XYZ | 35.92 | 52 | 8.34 | - |
| YUV | 168.94 | 36.61 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 7 | 0.26 | 0 | 0.97 | 0.18 | 76.12 | 0.93 | 0.42 |
| Hex | 9A | D0 | 7 | 1A | 0 | 61 | 12 | 4C | 5D | 2A |
| Octal | 232 | 320 | 7 | 32 | 0 | 141 | 22 | 114 | 135 | 52 |
| Binary | 10011010 | 11010000 | 111 | 11010 | 0 | 1100001 | 10010 | 1001100 | 1011101 | 101010 |
Color Harmonies of #9AD007
Complementary color
Monochromatic Colors of #9AD007
Black with #9AD007
Text Example
Text Example
White with #9AD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD007; }
p { color: rgb(154,208,7); }
H1.HeaderClassName
{
color: #9AD007;
}
.AnyTagClassName
{
color: #9AD007;
}
</style>
background-color css
<style>
a { background-color: #9AD007; }
a { background-color: rgb(154,208,7); }
div.DivClassName
{
background-color: #9AD007;
}
.BgClassName
{
background-color: #9AD007;
}
</style>
border-color css
<style>
span { border-color: #9AD007; }
span { border-color: rgb(154,208,7); }
td.TdClassName
{
border-color: #9AD007;
}
.TagClassName
{
border-color: #9AD007;
}
</style>