Shades of Citrus #9AC102
Tints of Citrus #9AC102
RGB
CMYK
RGB Variations
Color information
#9AC102 (or 0x9AC102) is known color: Citrus. HEX triplet: 9A, C1 and 02. RGB value is (154,193,2). Sum of RGB (Red+Green+Blue) = 154+193+2=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC102 is #653EFD. Grayscale: #A0A0A0. Windows color (decimal): -6635262 or 180634. OLE color: 180634.
HSL color Cylindrical-coordinate representation of color #9AC102: hue angle of 72.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AC102 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 193 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.24 |
| HSL | 72.25º | 0.98% | 0.38% | - |
| HSV(B) | 72.25º | 0.99% | 0.76% | - |
| XYZ | 32.41 | 45.01 | 7.04 | - |
| YUV | 159.57 | 39.08 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 193 | 2 | 0.20 | 0 | 0.99 | 0.24 | 72.25 | 0.98 | 0.38 |
| Hex | 9A | C1 | 2 | 14 | 0 | 63 | 18 | 48 | 62 | 26 |
| Octal | 232 | 301 | 2 | 24 | 0 | 143 | 30 | 110 | 142 | 46 |
| Binary | 10011010 | 11000001 | 10 | 10100 | 0 | 1100011 | 11000 | 1001000 | 1100010 | 100110 |
Color Harmonies of #9AC102
Complementary color
Monochromatic Colors of #9AC102
Black with #9AC102
Text Example
Text Example
White with #9AC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC102; }
p { color: rgb(154,193,2); }
H1.HeaderClassName
{
color: #9AC102;
}
.AnyTagClassName
{
color: #9AC102;
}
</style>
background-color css
<style>
a { background-color: #9AC102; }
a { background-color: rgb(154,193,2); }
div.DivClassName
{
background-color: #9AC102;
}
.BgClassName
{
background-color: #9AC102;
}
</style>
border-color css
<style>
span { border-color: #9AC102; }
span { border-color: rgb(154,193,2); }
td.TdClassName
{
border-color: #9AC102;
}
.TagClassName
{
border-color: #9AC102;
}
</style>