Shades of Citrus #9ACD0A
Tints of Citrus #9ACD0A
RGB
CMYK
RGB Variations
Color information
#9ACD0A (or 0x9ACD0A) is known color: Citrus. HEX triplet: 9A, CD and 0A. RGB value is (154,205,10). Sum of RGB (Red+Green+Blue) = 154+205+10=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACD0A is #6532F5. Grayscale: #A8A8A8. Windows color (decimal): -6632182 or 707994. OLE color: 707994.
HSL color Cylindrical-coordinate representation of color #9ACD0A: hue angle of 75.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9ACD0A is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 10 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.20 |
| HSL | 75.69º | 0.91% | 0.42% | - |
| HSV(B) | 75.69º | 0.95% | 0.8% | - |
| XYZ | 35.21 | 50.55 | 8.19 | - |
| YUV | 167.52 | 39.1 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 10 | 0.25 | 0 | 0.95 | 0.20 | 75.69 | 0.91 | 0.42 |
| Hex | 9A | CD | A | 19 | 0 | 5F | 14 | 4C | 5B | 2A |
| Octal | 232 | 315 | 12 | 31 | 0 | 137 | 24 | 114 | 133 | 52 |
| Binary | 10011010 | 11001101 | 1010 | 11001 | 0 | 1011111 | 10100 | 1001100 | 1011011 | 101010 |
Color Harmonies of #9ACD0A
Complementary color
Monochromatic Colors of #9ACD0A
Black with #9ACD0A
Text Example
Text Example
White with #9ACD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD0A; }
p { color: rgb(154,205,10); }
H1.HeaderClassName
{
color: #9ACD0A;
}
.AnyTagClassName
{
color: #9ACD0A;
}
</style>
background-color css
<style>
a { background-color: #9ACD0A; }
a { background-color: rgb(154,205,10); }
div.DivClassName
{
background-color: #9ACD0A;
}
.BgClassName
{
background-color: #9ACD0A;
}
</style>
border-color css
<style>
span { border-color: #9ACD0A; }
span { border-color: rgb(154,205,10); }
td.TdClassName
{
border-color: #9ACD0A;
}
.TagClassName
{
border-color: #9ACD0A;
}
</style>