Shades of Citrus #9AC30B
Tints of Citrus #9AC30B
RGB
CMYK
RGB Variations
Color information
#9AC30B (or 0x9AC30B) is known color: Citrus. HEX triplet: 9A, C3 and 0B. RGB value is (154,195,11). Sum of RGB (Red+Green+Blue) = 154+195+11=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC30B is #653CF4. Grayscale: #A2A2A2. Windows color (decimal): -6634741 or 770970. OLE color: 770970.
HSL color Cylindrical-coordinate representation of color #9AC30B: hue angle of 73.37º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AC30B is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 195 | 11 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.24 |
| HSL | 73.37º | 0.89% | 0.4% | - |
| HSV(B) | 73.37º | 0.94% | 0.76% | - |
| XYZ | 32.9 | 45.92 | 7.45 | - |
| YUV | 161.77 | 42.92 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 195 | 11 | 0.21 | 0 | 0.94 | 0.24 | 73.37 | 0.89 | 0.4 |
| Hex | 9A | C3 | B | 15 | 0 | 5E | 18 | 49 | 59 | 28 |
| Octal | 232 | 303 | 13 | 25 | 0 | 136 | 30 | 111 | 131 | 50 |
| Binary | 10011010 | 11000011 | 1011 | 10101 | 0 | 1011110 | 11000 | 1001001 | 1011001 | 101000 |
Color Harmonies of #9AC30B
Complementary color
Monochromatic Colors of #9AC30B
Black with #9AC30B
Text Example
Text Example
White with #9AC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC30B; }
p { color: rgb(154,195,11); }
H1.HeaderClassName
{
color: #9AC30B;
}
.AnyTagClassName
{
color: #9AC30B;
}
</style>
background-color css
<style>
a { background-color: #9AC30B; }
a { background-color: rgb(154,195,11); }
div.DivClassName
{
background-color: #9AC30B;
}
.BgClassName
{
background-color: #9AC30B;
}
</style>
border-color css
<style>
span { border-color: #9AC30B; }
span { border-color: rgb(154,195,11); }
td.TdClassName
{
border-color: #9AC30B;
}
.TagClassName
{
border-color: #9AC30B;
}
</style>