Shades of Citrus #9DAC02
Tints of Citrus #9DAC02
RGB
CMYK
RGB Variations
Color information
#9DAC02 (or 0x9DAC02) is known color: Citrus. HEX triplet: 9D, AC and 02. RGB value is (157,172,2). Sum of RGB (Red+Green+Blue) = 157+172+2=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAC02 is #6253FD. Grayscale: #949494. Windows color (decimal): -6444030 or 175261. OLE color: 175261.
HSL color Cylindrical-coordinate representation of color #9DAC02: hue angle of 65.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DAC02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.33 |
| HSL | 65.29º | 0.98% | 0.34% | - |
| HSV(B) | 65.29º | 0.99% | 0.67% | - |
| XYZ | 28.67 | 36.68 | 5.63 | - |
| YUV | 148.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 2 | 0.09 | 0 | 0.99 | 0.33 | 65.29 | 0.98 | 0.34 |
| Hex | 9D | AC | 2 | 9 | 0 | 63 | 21 | 41 | 62 | 22 |
| Octal | 235 | 254 | 2 | 11 | 0 | 143 | 41 | 101 | 142 | 42 |
| Binary | 10011101 | 10101100 | 10 | 1001 | 0 | 1100011 | 100001 | 1000001 | 1100010 | 100010 |
Color Harmonies of #9DAC02
Complementary color
Monochromatic Colors of #9DAC02
Black with #9DAC02
Text Example
Text Example
White with #9DAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC02; }
p { color: rgb(157,172,2); }
H1.HeaderClassName
{
color: #9DAC02;
}
.AnyTagClassName
{
color: #9DAC02;
}
</style>
background-color css
<style>
a { background-color: #9DAC02; }
a { background-color: rgb(157,172,2); }
div.DivClassName
{
background-color: #9DAC02;
}
.BgClassName
{
background-color: #9DAC02;
}
</style>
border-color css
<style>
span { border-color: #9DAC02; }
span { border-color: rgb(157,172,2); }
td.TdClassName
{
border-color: #9DAC02;
}
.TagClassName
{
border-color: #9DAC02;
}
</style>