Shades of Citrus #9AD206
Tints of Citrus #9AD206
RGB
CMYK
RGB Variations
Color information
#9AD206 (or 0x9AD206) is known color: Citrus. HEX triplet: 9A, D2 and 06. RGB value is (154,210,6). Sum of RGB (Red+Green+Blue) = 154+210+6=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD206 is #652DF9. Grayscale: #AAAAAA. Windows color (decimal): -6630906 or 447130. OLE color: 447130.
HSL color Cylindrical-coordinate representation of color #9AD206: hue angle of 76.47º degrees, saturation: 0.94, 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 #9AD206 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 6 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.18 |
| HSL | 76.47º | 0.94% | 0.42% | - |
| HSV(B) | 76.47º | 0.97% | 0.82% | - |
| XYZ | 36.41 | 52.98 | 8.48 | - |
| YUV | 170 | 35.45 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 6 | 0.27 | 0 | 0.97 | 0.18 | 76.47 | 0.94 | 0.42 |
| Hex | 9A | D2 | 6 | 1B | 0 | 61 | 12 | 4C | 5E | 2A |
| Octal | 232 | 322 | 6 | 33 | 0 | 141 | 22 | 114 | 136 | 52 |
| Binary | 10011010 | 11010010 | 110 | 11011 | 0 | 1100001 | 10010 | 1001100 | 1011110 | 101010 |
Color Harmonies of #9AD206
Complementary color
Monochromatic Colors of #9AD206
Black with #9AD206
Text Example
Text Example
White with #9AD206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD206; }
p { color: rgb(154,210,6); }
H1.HeaderClassName
{
color: #9AD206;
}
.AnyTagClassName
{
color: #9AD206;
}
</style>
background-color css
<style>
a { background-color: #9AD206; }
a { background-color: rgb(154,210,6); }
div.DivClassName
{
background-color: #9AD206;
}
.BgClassName
{
background-color: #9AD206;
}
</style>
border-color css
<style>
span { border-color: #9AD206; }
span { border-color: rgb(154,210,6); }
td.TdClassName
{
border-color: #9AD206;
}
.TagClassName
{
border-color: #9AD206;
}
</style>