Shades of Citrus #93AF11
Tints of Citrus #93AF11
RGB
CMYK
RGB Variations
Color information
#93AF11 (or 0x93AF11) is known color: Citrus. HEX triplet: 93, AF and 11. RGB value is (147,175,17). Sum of RGB (Red+Green+Blue) = 147+175+17=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93AF11 is #6C50EE. Grayscale: #959595. Windows color (decimal): -7098607 or 1159059. OLE color: 1159059.
HSL color Cylindrical-coordinate representation of color #93AF11: hue angle of 70.63º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93AF11 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 17 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.31 |
| HSL | 70.63º | 0.82% | 0.38% | - |
| HSV(B) | 70.63º | 0.9% | 0.69% | - |
| XYZ | 27.46 | 36.9 | 6.21 | - |
| YUV | 148.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 17 | 0.16 | 0 | 0.90 | 0.31 | 70.63 | 0.82 | 0.38 |
| Hex | 93 | AF | 11 | 10 | 0 | 5A | 1F | 47 | 52 | 26 |
| Octal | 223 | 257 | 21 | 20 | 0 | 132 | 37 | 107 | 122 | 46 |
| Binary | 10010011 | 10101111 | 10001 | 10000 | 0 | 1011010 | 11111 | 1000111 | 1010010 | 100110 |
Color Harmonies of #93AF11
Complementary color
Monochromatic Colors of #93AF11
Black with #93AF11
Text Example
Text Example
White with #93AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF11; }
p { color: rgb(147,175,17); }
H1.HeaderClassName
{
color: #93AF11;
}
.AnyTagClassName
{
color: #93AF11;
}
</style>
background-color css
<style>
a { background-color: #93AF11; }
a { background-color: rgb(147,175,17); }
div.DivClassName
{
background-color: #93AF11;
}
.BgClassName
{
background-color: #93AF11;
}
</style>
border-color css
<style>
span { border-color: #93AF11; }
span { border-color: rgb(147,175,17); }
td.TdClassName
{
border-color: #93AF11;
}
.TagClassName
{
border-color: #93AF11;
}
</style>