Shades of Citrus #9AB305
Tints of Citrus #9AB305
RGB
CMYK
RGB Variations
Color information
#9AB305 (or 0x9AB305) is known color: Citrus. HEX triplet: 9A, B3 and 05. RGB value is (154,179,5). Sum of RGB (Red+Green+Blue) = 154+179+5=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB305 is #654CFA. Grayscale: #989898. Windows color (decimal): -6638843 or 373658. OLE color: 373658.
HSL color Cylindrical-coordinate representation of color #9AB305: hue angle of 68.62º 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 #9AB305 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.30 |
| HSL | 68.62º | 0.95% | 0.36% | - |
| HSV(B) | 68.62º | 0.97% | 0.7% | - |
| XYZ | 29.47 | 39.12 | 6.14 | - |
| YUV | 151.69 | 45.22 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 5 | 0.14 | 0 | 0.97 | 0.30 | 68.62 | 0.95 | 0.36 |
| Hex | 9A | B3 | 5 | E | 0 | 61 | 1E | 45 | 5F | 24 |
| Octal | 232 | 263 | 5 | 16 | 0 | 141 | 36 | 105 | 137 | 44 |
| Binary | 10011010 | 10110011 | 101 | 1110 | 0 | 1100001 | 11110 | 1000101 | 1011111 | 100100 |
Color Harmonies of #9AB305
Complementary color
Monochromatic Colors of #9AB305
Black with #9AB305
Text Example
Text Example
White with #9AB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB305; }
p { color: rgb(154,179,5); }
H1.HeaderClassName
{
color: #9AB305;
}
.AnyTagClassName
{
color: #9AB305;
}
</style>
background-color css
<style>
a { background-color: #9AB305; }
a { background-color: rgb(154,179,5); }
div.DivClassName
{
background-color: #9AB305;
}
.BgClassName
{
background-color: #9AB305;
}
</style>
border-color css
<style>
span { border-color: #9AB305; }
span { border-color: rgb(154,179,5); }
td.TdClassName
{
border-color: #9AB305;
}
.TagClassName
{
border-color: #9AB305;
}
</style>