Shades of Citrus #9AC30E
Tints of Citrus #9AC30E
RGB
CMYK
RGB Variations
Color information
#9AC30E (or 0x9AC30E) is known color: Citrus. HEX triplet: 9A, C3 and 0E. RGB value is (154,195,14). Sum of RGB (Red+Green+Blue) = 154+195+14=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #9AC30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC30E is #653CF1. Grayscale: #A2A2A2. Windows color (decimal): -6634738 or 967578. OLE color: 967578.
HSL color Cylindrical-coordinate representation of color #9AC30E: hue angle of 73.59º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9AC30E is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 195 | 14 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.24 |
| HSL | 73.59º | 0.87% | 0.41% | - |
| HSV(B) | 73.59º | 0.93% | 0.76% | - |
| XYZ | 32.92 | 45.93 | 7.55 | - |
| YUV | 162.11 | 44.42 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 195 | 14 | 0.21 | 0 | 0.93 | 0.24 | 73.59 | 0.87 | 0.41 |
| Hex | 9A | C3 | E | 15 | 0 | 5D | 18 | 4A | 57 | 29 |
| Octal | 232 | 303 | 16 | 25 | 0 | 135 | 30 | 112 | 127 | 51 |
| Binary | 10011010 | 11000011 | 1110 | 10101 | 0 | 1011101 | 11000 | 1001010 | 1010111 | 101001 |
Color Harmonies of #9AC30E
Complementary color
Monochromatic Colors of #9AC30E
Black with #9AC30E
Text Example
Text Example
White with #9AC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC30E; }
p { color: rgb(154,195,14); }
H1.HeaderClassName
{
color: #9AC30E;
}
.AnyTagClassName
{
color: #9AC30E;
}
</style>
background-color css
<style>
a { background-color: #9AC30E; }
a { background-color: rgb(154,195,14); }
div.DivClassName
{
background-color: #9AC30E;
}
.BgClassName
{
background-color: #9AC30E;
}
</style>
border-color css
<style>
span { border-color: #9AC30E; }
span { border-color: rgb(154,195,14); }
td.TdClassName
{
border-color: #9AC30E;
}
.TagClassName
{
border-color: #9AC30E;
}
</style>