Shades of Citrus #9AC30C
Tints of Citrus #9AC30C
RGB
CMYK
RGB Variations
Color information
#9AC30C (or 0x9AC30C) is known color: Citrus. HEX triplet: 9A, C3 and 0C. RGB value is (154,195,12). Sum of RGB (Red+Green+Blue) = 154+195+12=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC30C is #653CF3. Grayscale: #A2A2A2. Windows color (decimal): -6634740 or 836506. OLE color: 836506.
HSL color Cylindrical-coordinate representation of color #9AC30C: hue angle of 73.44º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AC30C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 195 | 12 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.24 |
| HSL | 73.44º | 0.88% | 0.41% | - |
| HSV(B) | 73.44º | 0.94% | 0.76% | - |
| XYZ | 32.91 | 45.93 | 7.48 | - |
| YUV | 161.88 | 43.42 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 195 | 12 | 0.21 | 0 | 0.94 | 0.24 | 73.44 | 0.88 | 0.41 |
| Hex | 9A | C3 | C | 15 | 0 | 5E | 18 | 49 | 58 | 29 |
| Octal | 232 | 303 | 14 | 25 | 0 | 136 | 30 | 111 | 130 | 51 |
| Binary | 10011010 | 11000011 | 1100 | 10101 | 0 | 1011110 | 11000 | 1001001 | 1011000 | 101001 |
Color Harmonies of #9AC30C
Complementary color
Monochromatic Colors of #9AC30C
Black with #9AC30C
Text Example
Text Example
White with #9AC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC30C; }
p { color: rgb(154,195,12); }
H1.HeaderClassName
{
color: #9AC30C;
}
.AnyTagClassName
{
color: #9AC30C;
}
</style>
background-color css
<style>
a { background-color: #9AC30C; }
a { background-color: rgb(154,195,12); }
div.DivClassName
{
background-color: #9AC30C;
}
.BgClassName
{
background-color: #9AC30C;
}
</style>
border-color css
<style>
span { border-color: #9AC30C; }
span { border-color: rgb(154,195,12); }
td.TdClassName
{
border-color: #9AC30C;
}
.TagClassName
{
border-color: #9AC30C;
}
</style>