Shades of Citrus #9DAE1C
Tints of Citrus #9DAE1C
RGB
CMYK
RGB Variations
Color information
#9DAE1C (or 0x9DAE1C) is known color: Citrus. HEX triplet: 9D, AE and 1C. RGB value is (157,174,28). Sum of RGB (Red+Green+Blue) = 157+174+28=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE1C is #6251E3. Grayscale: #989898. Windows color (decimal): -6443492 or 1879709. OLE color: 1879709.
HSL color Cylindrical-coordinate representation of color #9DAE1C: hue angle of 66.99º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DAE1C is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 28 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.32 |
| HSL | 66.99º | 0.72% | 0.4% | - |
| HSV(B) | 66.99º | 0.84% | 0.68% | - |
| XYZ | 29.25 | 37.52 | 6.8 | - |
| YUV | 152.27 | 57.87 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 28 | 0.10 | 0 | 0.84 | 0.32 | 66.99 | 0.72 | 0.4 |
| Hex | 9D | AE | 1C | A | 0 | 54 | 20 | 43 | 48 | 28 |
| Octal | 235 | 256 | 34 | 12 | 0 | 124 | 40 | 103 | 110 | 50 |
| Binary | 10011101 | 10101110 | 11100 | 1010 | 0 | 1010100 | 100000 | 1000011 | 1001000 | 101000 |
Color Harmonies of #9DAE1C
Complementary color
Monochromatic Colors of #9DAE1C
Black with #9DAE1C
Text Example
Text Example
White with #9DAE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE1C; }
p { color: rgb(157,174,28); }
H1.HeaderClassName
{
color: #9DAE1C;
}
.AnyTagClassName
{
color: #9DAE1C;
}
</style>
background-color css
<style>
a { background-color: #9DAE1C; }
a { background-color: rgb(157,174,28); }
div.DivClassName
{
background-color: #9DAE1C;
}
.BgClassName
{
background-color: #9DAE1C;
}
</style>
border-color css
<style>
span { border-color: #9DAE1C; }
span { border-color: rgb(157,174,28); }
td.TdClassName
{
border-color: #9DAE1C;
}
.TagClassName
{
border-color: #9DAE1C;
}
</style>