Shades of Citrus #9AD208
Tints of Citrus #9AD208
RGB
CMYK
RGB Variations
Color information
#9AD208 (or 0x9AD208) is known color: Citrus. HEX triplet: 9A, D2 and 08. RGB value is (154,210,8). Sum of RGB (Red+Green+Blue) = 154+210+8=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD208 is #652DF7. Grayscale: #AAAAAA. Windows color (decimal): -6630904 or 578202. OLE color: 578202.
HSL color Cylindrical-coordinate representation of color #9AD208: hue angle of 76.63º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AD208 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.18 |
| HSL | 76.63º | 0.93% | 0.43% | - |
| HSV(B) | 76.63º | 0.96% | 0.82% | - |
| XYZ | 36.42 | 52.98 | 8.54 | - |
| YUV | 170.23 | 36.45 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 8 | 0.27 | 0 | 0.96 | 0.18 | 76.63 | 0.93 | 0.43 |
| Hex | 9A | D2 | 8 | 1B | 0 | 60 | 12 | 4D | 5D | 2B |
| Octal | 232 | 322 | 10 | 33 | 0 | 140 | 22 | 115 | 135 | 53 |
| Binary | 10011010 | 11010010 | 1000 | 11011 | 0 | 1100000 | 10010 | 1001101 | 1011101 | 101011 |
Color Harmonies of #9AD208
Complementary color
Monochromatic Colors of #9AD208
Black with #9AD208
Text Example
Text Example
White with #9AD208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD208; }
p { color: rgb(154,210,8); }
H1.HeaderClassName
{
color: #9AD208;
}
.AnyTagClassName
{
color: #9AD208;
}
</style>
background-color css
<style>
a { background-color: #9AD208; }
a { background-color: rgb(154,210,8); }
div.DivClassName
{
background-color: #9AD208;
}
.BgClassName
{
background-color: #9AD208;
}
</style>
border-color css
<style>
span { border-color: #9AD208; }
span { border-color: rgb(154,210,8); }
td.TdClassName
{
border-color: #9AD208;
}
.TagClassName
{
border-color: #9AD208;
}
</style>