Shades of Citrus #9AB41C
Tints of Citrus #9AB41C
RGB
CMYK
RGB Variations
Color information
#9AB41C (or 0x9AB41C) is known color: Citrus. HEX triplet: 9A, B4 and 1C. RGB value is (154,180,28). Sum of RGB (Red+Green+Blue) = 154+180+28=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB41C is #654BE3. Grayscale: #9B9B9B. Windows color (decimal): -6638564 or 1881242. OLE color: 1881242.
HSL color Cylindrical-coordinate representation of color #9AB41C: hue angle of 70.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9AB41C is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 28 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.29 |
| HSL | 70.26º | 0.73% | 0.41% | - |
| HSV(B) | 70.26º | 0.84% | 0.71% | - |
| XYZ | 29.86 | 39.6 | 7.17 | - |
| YUV | 154.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 28 | 0.14 | 0 | 0.84 | 0.29 | 70.26 | 0.73 | 0.41 |
| Hex | 9A | B4 | 1C | E | 0 | 54 | 1D | 46 | 49 | 29 |
| Octal | 232 | 264 | 34 | 16 | 0 | 124 | 35 | 106 | 111 | 51 |
| Binary | 10011010 | 10110100 | 11100 | 1110 | 0 | 1010100 | 11101 | 1000110 | 1001001 | 101001 |
Color Harmonies of #9AB41C
Complementary color
Monochromatic Colors of #9AB41C
Black with #9AB41C
Text Example
Text Example
White with #9AB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB41C; }
p { color: rgb(154,180,28); }
H1.HeaderClassName
{
color: #9AB41C;
}
.AnyTagClassName
{
color: #9AB41C;
}
</style>
background-color css
<style>
a { background-color: #9AB41C; }
a { background-color: rgb(154,180,28); }
div.DivClassName
{
background-color: #9AB41C;
}
.BgClassName
{
background-color: #9AB41C;
}
</style>
border-color css
<style>
span { border-color: #9AB41C; }
span { border-color: rgb(154,180,28); }
td.TdClassName
{
border-color: #9AB41C;
}
.TagClassName
{
border-color: #9AB41C;
}
</style>