Shades of Citrus #9AD008
Tints of Citrus #9AD008
RGB
CMYK
RGB Variations
Color information
#9AD008 (or 0x9AD008) is known color: Citrus. HEX triplet: 9A, D0 and 08. RGB value is (154,208,8). Sum of RGB (Red+Green+Blue) = 154+208+8=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD008 is #652FF7. Grayscale: #A9A9A9. Windows color (decimal): -6631416 or 577690. OLE color: 577690.
HSL color Cylindrical-coordinate representation of color #9AD008: hue angle of 76.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9AD008 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 8 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.18 |
| HSL | 76.2º | 0.93% | 0.42% | - |
| HSV(B) | 76.2º | 0.96% | 0.82% | - |
| XYZ | 35.93 | 52 | 8.37 | - |
| YUV | 169.05 | 37.11 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 8 | 0.26 | 0 | 0.96 | 0.18 | 76.2 | 0.93 | 0.42 |
| Hex | 9A | D0 | 8 | 1A | 0 | 60 | 12 | 4C | 5D | 2A |
| Octal | 232 | 320 | 10 | 32 | 0 | 140 | 22 | 114 | 135 | 52 |
| Binary | 10011010 | 11010000 | 1000 | 11010 | 0 | 1100000 | 10010 | 1001100 | 1011101 | 101010 |
Color Harmonies of #9AD008
Complementary color
Monochromatic Colors of #9AD008
Black with #9AD008
Text Example
Text Example
White with #9AD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD008; }
p { color: rgb(154,208,8); }
H1.HeaderClassName
{
color: #9AD008;
}
.AnyTagClassName
{
color: #9AD008;
}
</style>
background-color css
<style>
a { background-color: #9AD008; }
a { background-color: rgb(154,208,8); }
div.DivClassName
{
background-color: #9AD008;
}
.BgClassName
{
background-color: #9AD008;
}
</style>
border-color css
<style>
span { border-color: #9AD008; }
span { border-color: rgb(154,208,8); }
td.TdClassName
{
border-color: #9AD008;
}
.TagClassName
{
border-color: #9AD008;
}
</style>