Shades of Citrus #9AC602
Tints of Citrus #9AC602
RGB
CMYK
RGB Variations
Color information
#9AC602 (or 0x9AC602) is known color: Citrus. HEX triplet: 9A, C6 and 02. RGB value is (154,198,2). Sum of RGB (Red+Green+Blue) = 154+198+2=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC602 is #6539FD. Grayscale: #A3A3A3. Windows color (decimal): -6633982 or 181914. OLE color: 181914.
HSL color Cylindrical-coordinate representation of color #9AC602: hue angle of 73.47º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AC602 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 198 | 2 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.22 |
| HSL | 73.47º | 0.98% | 0.39% | - |
| HSV(B) | 73.47º | 0.99% | 0.78% | - |
| XYZ | 33.53 | 47.26 | 7.41 | - |
| YUV | 162.5 | 37.42 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 198 | 2 | 0.22 | 0 | 0.99 | 0.22 | 73.47 | 0.98 | 0.39 |
| Hex | 9A | C6 | 2 | 16 | 0 | 63 | 16 | 49 | 62 | 27 |
| Octal | 232 | 306 | 2 | 26 | 0 | 143 | 26 | 111 | 142 | 47 |
| Binary | 10011010 | 11000110 | 10 | 10110 | 0 | 1100011 | 10110 | 1001001 | 1100010 | 100111 |
Color Harmonies of #9AC602
Complementary color
Monochromatic Colors of #9AC602
Black with #9AC602
Text Example
Text Example
White with #9AC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC602; }
p { color: rgb(154,198,2); }
H1.HeaderClassName
{
color: #9AC602;
}
.AnyTagClassName
{
color: #9AC602;
}
</style>
background-color css
<style>
a { background-color: #9AC602; }
a { background-color: rgb(154,198,2); }
div.DivClassName
{
background-color: #9AC602;
}
.BgClassName
{
background-color: #9AC602;
}
</style>
border-color css
<style>
span { border-color: #9AC602; }
span { border-color: rgb(154,198,2); }
td.TdClassName
{
border-color: #9AC602;
}
.TagClassName
{
border-color: #9AC602;
}
</style>