Shades of Citrus #9AD103
Tints of Citrus #9AD103
RGB
CMYK
RGB Variations
Color information
#9AD103 (or 0x9AD103) is known color: Citrus. HEX triplet: 9A, D1 and 03. RGB value is (154,209,3). Sum of RGB (Red+Green+Blue) = 154+209+3=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD103 is #652EFC. Grayscale: #A9A9A9. Windows color (decimal): -6631165 or 250266. OLE color: 250266.
HSL color Cylindrical-coordinate representation of color #9AD103: hue angle of 76.02º 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 #9AD103 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.18 |
| HSL | 76.02º | 0.97% | 0.42% | - |
| HSV(B) | 76.02º | 0.99% | 0.82% | - |
| XYZ | 36.14 | 52.48 | 8.31 | - |
| YUV | 169.07 | 34.28 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 3 | 0.26 | 0 | 0.99 | 0.18 | 76.02 | 0.97 | 0.42 |
| Hex | 9A | D1 | 3 | 1A | 0 | 63 | 12 | 4C | 61 | 2A |
| Octal | 232 | 321 | 3 | 32 | 0 | 143 | 22 | 114 | 141 | 52 |
| Binary | 10011010 | 11010001 | 11 | 11010 | 0 | 1100011 | 10010 | 1001100 | 1100001 | 101010 |
Color Harmonies of #9AD103
Complementary color
Monochromatic Colors of #9AD103
Black with #9AD103
Text Example
Text Example
White with #9AD103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD103; }
p { color: rgb(154,209,3); }
H1.HeaderClassName
{
color: #9AD103;
}
.AnyTagClassName
{
color: #9AD103;
}
</style>
background-color css
<style>
a { background-color: #9AD103; }
a { background-color: rgb(154,209,3); }
div.DivClassName
{
background-color: #9AD103;
}
.BgClassName
{
background-color: #9AD103;
}
</style>
border-color css
<style>
span { border-color: #9AD103; }
span { border-color: rgb(154,209,3); }
td.TdClassName
{
border-color: #9AD103;
}
.TagClassName
{
border-color: #9AD103;
}
</style>