Shades of Citrus #9AB30F
Tints of Citrus #9AB30F
RGB
CMYK
RGB Variations
Color information
#9AB30F (or 0x9AB30F) is known color: Citrus. HEX triplet: 9A, B3 and 0F. RGB value is (154,179,15). Sum of RGB (Red+Green+Blue) = 154+179+15=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AB30F is #654CF0. Grayscale: #999999. Windows color (decimal): -6638833 or 1029018. OLE color: 1029018.
HSL color Cylindrical-coordinate representation of color #9AB30F: hue angle of 69.15º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9AB30F is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 15 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.30 |
| HSL | 69.15º | 0.85% | 0.38% | - |
| HSV(B) | 69.15º | 0.92% | 0.7% | - |
| XYZ | 29.53 | 39.14 | 6.45 | - |
| YUV | 152.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 15 | 0.14 | 0 | 0.92 | 0.30 | 69.15 | 0.85 | 0.38 |
| Hex | 9A | B3 | F | E | 0 | 5C | 1E | 45 | 55 | 26 |
| Octal | 232 | 263 | 17 | 16 | 0 | 134 | 36 | 105 | 125 | 46 |
| Binary | 10011010 | 10110011 | 1111 | 1110 | 0 | 1011100 | 11110 | 1000101 | 1010101 | 100110 |
Color Harmonies of #9AB30F
Complementary color
Monochromatic Colors of #9AB30F
Black with #9AB30F
Text Example
Text Example
White with #9AB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB30F; }
p { color: rgb(154,179,15); }
H1.HeaderClassName
{
color: #9AB30F;
}
.AnyTagClassName
{
color: #9AB30F;
}
</style>
background-color css
<style>
a { background-color: #9AB30F; }
a { background-color: rgb(154,179,15); }
div.DivClassName
{
background-color: #9AB30F;
}
.BgClassName
{
background-color: #9AB30F;
}
</style>
border-color css
<style>
span { border-color: #9AB30F; }
span { border-color: rgb(154,179,15); }
td.TdClassName
{
border-color: #9AB30F;
}
.TagClassName
{
border-color: #9AB30F;
}
</style>