Shades of Citrus #9AB205
Tints of Citrus #9AB205
RGB
CMYK
RGB Variations
Color information
#9AB205 (or 0x9AB205) is known color: Citrus. HEX triplet: 9A, B2 and 05. RGB value is (154,178,5). Sum of RGB (Red+Green+Blue) = 154+178+5=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AB205 is #654DFA. Grayscale: #979797. Windows color (decimal): -6639099 or 373402. OLE color: 373402.
HSL color Cylindrical-coordinate representation of color #9AB205: hue angle of 68.32º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9AB205 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.30 |
| HSL | 68.32º | 0.95% | 0.36% | - |
| HSV(B) | 68.32º | 0.97% | 0.7% | - |
| XYZ | 29.27 | 38.72 | 6.07 | - |
| YUV | 151.1 | 45.55 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 5 | 0.13 | 0 | 0.97 | 0.30 | 68.32 | 0.95 | 0.36 |
| Hex | 9A | B2 | 5 | D | 0 | 61 | 1E | 44 | 5F | 24 |
| Octal | 232 | 262 | 5 | 15 | 0 | 141 | 36 | 104 | 137 | 44 |
| Binary | 10011010 | 10110010 | 101 | 1101 | 0 | 1100001 | 11110 | 1000100 | 1011111 | 100100 |
Color Harmonies of #9AB205
Complementary color
Monochromatic Colors of #9AB205
Black with #9AB205
Text Example
Text Example
White with #9AB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB205; }
p { color: rgb(154,178,5); }
H1.HeaderClassName
{
color: #9AB205;
}
.AnyTagClassName
{
color: #9AB205;
}
</style>
background-color css
<style>
a { background-color: #9AB205; }
a { background-color: rgb(154,178,5); }
div.DivClassName
{
background-color: #9AB205;
}
.BgClassName
{
background-color: #9AB205;
}
</style>
border-color css
<style>
span { border-color: #9AB205; }
span { border-color: rgb(154,178,5); }
td.TdClassName
{
border-color: #9AB205;
}
.TagClassName
{
border-color: #9AB205;
}
</style>