Shades of Citrus #93C612
Tints of Citrus #93C612
RGB
CMYK
RGB Variations
Color information
#93C612 (or 0x93C612) is known color: Citrus. HEX triplet: 93, C6 and 12. RGB value is (147,198,18). Sum of RGB (Red+Green+Blue) = 147+198+18=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #93C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C612 is #6C39ED. Grayscale: #A2A2A2. Windows color (decimal): -7092718 or 1230483. OLE color: 1230483.
HSL color Cylindrical-coordinate representation of color #93C612: hue angle of 77º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93C612 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 18 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.22 |
| HSL | 77º | 0.83% | 0.42% | - |
| HSV(B) | 77º | 0.91% | 0.78% | - |
| XYZ | 32.34 | 46.63 | 7.87 | - |
| YUV | 162.23 | 46.6 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 18 | 0.26 | 0 | 0.91 | 0.22 | 77 | 0.83 | 0.42 |
| Hex | 93 | C6 | 12 | 1A | 0 | 5B | 16 | 4D | 53 | 2A |
| Octal | 223 | 306 | 22 | 32 | 0 | 133 | 26 | 115 | 123 | 52 |
| Binary | 10010011 | 11000110 | 10010 | 11010 | 0 | 1011011 | 10110 | 1001101 | 1010011 | 101010 |
Color Harmonies of #93C612
Complementary color
Monochromatic Colors of #93C612
Black with #93C612
Text Example
Text Example
White with #93C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C612; }
p { color: rgb(147,198,18); }
H1.HeaderClassName
{
color: #93C612;
}
.AnyTagClassName
{
color: #93C612;
}
</style>
background-color css
<style>
a { background-color: #93C612; }
a { background-color: rgb(147,198,18); }
div.DivClassName
{
background-color: #93C612;
}
.BgClassName
{
background-color: #93C612;
}
</style>
border-color css
<style>
span { border-color: #93C612; }
span { border-color: rgb(147,198,18); }
td.TdClassName
{
border-color: #93C612;
}
.TagClassName
{
border-color: #93C612;
}
</style>