Shades of Citrus #9AD100
Tints of Citrus #9AD100
RGB
CMYK
RGB Variations
Color information
#9AD100 (or 0x9AD100) is known color: Citrus. HEX triplet: 9A, D1 and 00. RGB value is (154,209,0). Sum of RGB (Red+Green+Blue) = 154+209+0=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD100 is #652EFF. Grayscale: #A9A9A9. Windows color (decimal): -6631168 or 53658. OLE color: 53658.
HSL color Cylindrical-coordinate representation of color #9AD100: hue angle of 75.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AD100 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 209 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.18 |
| HSL | 75.79º | 1% | 0.41% | - |
| HSV(B) | 75.79º | 1% | 0.82% | - |
| XYZ | 36.13 | 52.47 | 8.22 | - |
| YUV | 168.73 | 32.78 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 209 | 0 | 0.26 | 0 | 1 | 0.18 | 75.79 | 1 | 0.41 |
| Hex | 9A | D1 | 0 | 1A | 0 | 64 | 12 | 4C | 64 | 29 |
| Octal | 232 | 321 | 0 | 32 | 0 | 144 | 22 | 114 | 144 | 51 |
| Binary | 10011010 | 11010001 | 0 | 11010 | 0 | 1100100 | 10010 | 1001100 | 1100100 | 101001 |
Color Harmonies of #9AD100
Complementary color
Monochromatic Colors of #9AD100
Black with #9AD100
Text Example
Text Example
White with #9AD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD100; }
p { color: rgb(154,209,0); }
H1.HeaderClassName
{
color: #9AD100;
}
.AnyTagClassName
{
color: #9AD100;
}
</style>
background-color css
<style>
a { background-color: #9AD100; }
a { background-color: rgb(154,209,0); }
div.DivClassName
{
background-color: #9AD100;
}
.BgClassName
{
background-color: #9AD100;
}
</style>
border-color css
<style>
span { border-color: #9AD100; }
span { border-color: rgb(154,209,0); }
td.TdClassName
{
border-color: #9AD100;
}
.TagClassName
{
border-color: #9AD100;
}
</style>