Shades of Citrus #9AB112
Tints of Citrus #9AB112
RGB
CMYK
RGB Variations
Color information
#9AB112 (or 0x9AB112) is known color: Citrus. HEX triplet: 9A, B1 and 12. RGB value is (154,177,18). Sum of RGB (Red+Green+Blue) = 154+177+18=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB112 is #654EED. Grayscale: #989898. Windows color (decimal): -6639342 or 1225114. OLE color: 1225114.
HSL color Cylindrical-coordinate representation of color #9AB112: hue angle of 68.68º 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 #9AB112 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 177 | 18 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.31 |
| HSL | 68.68º | 0.82% | 0.38% | - |
| HSV(B) | 68.68º | 0.9% | 0.69% | - |
| XYZ | 29.16 | 38.36 | 6.44 | - |
| YUV | 152 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 18 | 0.13 | 0 | 0.90 | 0.31 | 68.68 | 0.82 | 0.38 |
| Hex | 9A | B1 | 12 | D | 0 | 5A | 1F | 45 | 52 | 26 |
| Octal | 232 | 261 | 22 | 15 | 0 | 132 | 37 | 105 | 122 | 46 |
| Binary | 10011010 | 10110001 | 10010 | 1101 | 0 | 1011010 | 11111 | 1000101 | 1010010 | 100110 |
Color Harmonies of #9AB112
Complementary color
Monochromatic Colors of #9AB112
Black with #9AB112
Text Example
Text Example
White with #9AB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB112; }
p { color: rgb(154,177,18); }
H1.HeaderClassName
{
color: #9AB112;
}
.AnyTagClassName
{
color: #9AB112;
}
</style>
background-color css
<style>
a { background-color: #9AB112; }
a { background-color: rgb(154,177,18); }
div.DivClassName
{
background-color: #9AB112;
}
.BgClassName
{
background-color: #9AB112;
}
</style>
border-color css
<style>
span { border-color: #9AB112; }
span { border-color: rgb(154,177,18); }
td.TdClassName
{
border-color: #9AB112;
}
.TagClassName
{
border-color: #9AB112;
}
</style>