Shades of Citrus #9AD203
Tints of Citrus #9AD203
RGB
CMYK
RGB Variations
Color information
#9AD203 (or 0x9AD203) is known color: Citrus. HEX triplet: 9A, D2 and 03. RGB value is (154,210,3). Sum of RGB (Red+Green+Blue) = 154+210+3=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD203 is #652DFC. Grayscale: #AAAAAA. Windows color (decimal): -6630909 or 250522. OLE color: 250522.
HSL color Cylindrical-coordinate representation of color #9AD203: hue angle of 76.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AD203 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 210 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.18 |
| HSL | 76.23º | 0.97% | 0.42% | - |
| HSV(B) | 76.23º | 0.99% | 0.82% | - |
| XYZ | 36.39 | 52.97 | 8.39 | - |
| YUV | 169.66 | 33.95 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 210 | 3 | 0.27 | 0 | 0.99 | 0.18 | 76.23 | 0.97 | 0.42 |
| Hex | 9A | D2 | 3 | 1B | 0 | 63 | 12 | 4C | 61 | 2A |
| Octal | 232 | 322 | 3 | 33 | 0 | 143 | 22 | 114 | 141 | 52 |
| Binary | 10011010 | 11010010 | 11 | 11011 | 0 | 1100011 | 10010 | 1001100 | 1100001 | 101010 |
Color Harmonies of #9AD203
Complementary color
Monochromatic Colors of #9AD203
Black with #9AD203
Text Example
Text Example
White with #9AD203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD203; }
p { color: rgb(154,210,3); }
H1.HeaderClassName
{
color: #9AD203;
}
.AnyTagClassName
{
color: #9AD203;
}
</style>
background-color css
<style>
a { background-color: #9AD203; }
a { background-color: rgb(154,210,3); }
div.DivClassName
{
background-color: #9AD203;
}
.BgClassName
{
background-color: #9AD203;
}
</style>
border-color css
<style>
span { border-color: #9AD203; }
span { border-color: rgb(154,210,3); }
td.TdClassName
{
border-color: #9AD203;
}
.TagClassName
{
border-color: #9AD203;
}
</style>