Shades of Citrus #9AB212
Tints of Citrus #9AB212
RGB
CMYK
RGB Variations
Color information
#9AB212 (or 0x9AB212) is known color: Citrus. HEX triplet: 9A, B2 and 12. RGB value is (154,178,18). Sum of RGB (Red+Green+Blue) = 154+178+18=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB212 is #654DED. Grayscale: #999999. Windows color (decimal): -6639086 or 1225370. OLE color: 1225370.
HSL color Cylindrical-coordinate representation of color #9AB212: hue angle of 69º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9AB212 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 18 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.30 |
| HSL | 69º | 0.82% | 0.38% | - |
| HSV(B) | 69º | 0.9% | 0.7% | - |
| XYZ | 29.36 | 38.75 | 6.51 | - |
| YUV | 152.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 18 | 0.13 | 0 | 0.90 | 0.30 | 69 | 0.82 | 0.38 |
| Hex | 9A | B2 | 12 | D | 0 | 5A | 1E | 45 | 52 | 26 |
| Octal | 232 | 262 | 22 | 15 | 0 | 132 | 36 | 105 | 122 | 46 |
| Binary | 10011010 | 10110010 | 10010 | 1101 | 0 | 1011010 | 11110 | 1000101 | 1010010 | 100110 |
Color Harmonies of #9AB212
Complementary color
Monochromatic Colors of #9AB212
Black with #9AB212
Text Example
Text Example
White with #9AB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB212; }
p { color: rgb(154,178,18); }
H1.HeaderClassName
{
color: #9AB212;
}
.AnyTagClassName
{
color: #9AB212;
}
</style>
background-color css
<style>
a { background-color: #9AB212; }
a { background-color: rgb(154,178,18); }
div.DivClassName
{
background-color: #9AB212;
}
.BgClassName
{
background-color: #9AB212;
}
</style>
border-color css
<style>
span { border-color: #9AB212; }
span { border-color: rgb(154,178,18); }
td.TdClassName
{
border-color: #9AB212;
}
.TagClassName
{
border-color: #9AB212;
}
</style>