Shades of Citrus #9ACA0A
Tints of Citrus #9ACA0A
RGB
CMYK
RGB Variations
Color information
#9ACA0A (or 0x9ACA0A) is known color: Citrus. HEX triplet: 9A, CA and 0A. RGB value is (154,202,10). Sum of RGB (Red+Green+Blue) = 154+202+10=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACA0A is #6535F5. Grayscale: #A6A6A6. Windows color (decimal): -6632950 or 707226. OLE color: 707226.
HSL color Cylindrical-coordinate representation of color #9ACA0A: hue angle of 75º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9ACA0A is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 202 | 10 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.21 |
| HSL | 75º | 0.91% | 0.42% | - |
| HSV(B) | 75º | 0.95% | 0.79% | - |
| XYZ | 34.5 | 49.13 | 7.95 | - |
| YUV | 165.76 | 40.1 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 202 | 10 | 0.24 | 0 | 0.95 | 0.21 | 75 | 0.91 | 0.42 |
| Hex | 9A | CA | A | 18 | 0 | 5F | 15 | 4B | 5B | 2A |
| Octal | 232 | 312 | 12 | 30 | 0 | 137 | 25 | 113 | 133 | 52 |
| Binary | 10011010 | 11001010 | 1010 | 11000 | 0 | 1011111 | 10101 | 1001011 | 1011011 | 101010 |
Color Harmonies of #9ACA0A
Complementary color
Monochromatic Colors of #9ACA0A
Black with #9ACA0A
Text Example
Text Example
White with #9ACA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACA0A; }
p { color: rgb(154,202,10); }
H1.HeaderClassName
{
color: #9ACA0A;
}
.AnyTagClassName
{
color: #9ACA0A;
}
</style>
background-color css
<style>
a { background-color: #9ACA0A; }
a { background-color: rgb(154,202,10); }
div.DivClassName
{
background-color: #9ACA0A;
}
.BgClassName
{
background-color: #9ACA0A;
}
</style>
border-color css
<style>
span { border-color: #9ACA0A; }
span { border-color: rgb(154,202,10); }
td.TdClassName
{
border-color: #9ACA0A;
}
.TagClassName
{
border-color: #9ACA0A;
}
</style>