Shades of Citrus #9EAF1C
Tints of Citrus #9EAF1C
RGB
CMYK
RGB Variations
Color information
#9EAF1C (or 0x9EAF1C) is known color: Citrus. HEX triplet: 9E, AF and 1C. RGB value is (158,175,28). Sum of RGB (Red+Green+Blue) = 158+175+28=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF1C is #6150E3. Grayscale: #999999. Windows color (decimal): -6377700 or 1879966. OLE color: 1879966.
HSL color Cylindrical-coordinate representation of color #9EAF1C: hue angle of 66.94º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EAF1C is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 158 | 175 | 28 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.31 |
| HSL | 66.94º | 0.72% | 0.4% | - |
| HSV(B) | 66.94º | 0.84% | 0.69% | - |
| XYZ | 29.64 | 38.01 | 6.87 | - |
| YUV | 153.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 175 | 28 | 0.10 | 0 | 0.84 | 0.31 | 66.94 | 0.72 | 0.4 |
| Hex | 9E | AF | 1C | A | 0 | 54 | 1F | 43 | 48 | 28 |
| Octal | 236 | 257 | 34 | 12 | 0 | 124 | 37 | 103 | 110 | 50 |
| Binary | 10011110 | 10101111 | 11100 | 1010 | 0 | 1010100 | 11111 | 1000011 | 1001000 | 101000 |
Color Harmonies of #9EAF1C
Complementary color
Monochromatic Colors of #9EAF1C
Black with #9EAF1C
Text Example
Text Example
White with #9EAF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAF1C; }
p { color: rgb(158,175,28); }
H1.HeaderClassName
{
color: #9EAF1C;
}
.AnyTagClassName
{
color: #9EAF1C;
}
</style>
background-color css
<style>
a { background-color: #9EAF1C; }
a { background-color: rgb(158,175,28); }
div.DivClassName
{
background-color: #9EAF1C;
}
.BgClassName
{
background-color: #9EAF1C;
}
</style>
border-color css
<style>
span { border-color: #9EAF1C; }
span { border-color: rgb(158,175,28); }
td.TdClassName
{
border-color: #9EAF1C;
}
.TagClassName
{
border-color: #9EAF1C;
}
</style>