Shades of Citrus #9AC803
Tints of Citrus #9AC803
RGB
CMYK
RGB Variations
Color information
#9AC803 (or 0x9AC803) is known color: Citrus. HEX triplet: 9A, C8 and 03. RGB value is (154,200,3). Sum of RGB (Red+Green+Blue) = 154+200+3=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AC803 is #6537FC. Grayscale: #A4A4A4. Windows color (decimal): -6633469 or 247962. OLE color: 247962.
HSL color Cylindrical-coordinate representation of color #9AC803: hue angle of 74.01º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9AC803 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 200 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.22 |
| HSL | 74.01º | 0.97% | 0.4% | - |
| HSV(B) | 74.01º | 0.99% | 0.78% | - |
| XYZ | 34 | 48.19 | 7.59 | - |
| YUV | 163.79 | 37.26 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 3 | 0.23 | 0 | 0.98 | 0.22 | 74.01 | 0.97 | 0.4 |
| Hex | 9A | C8 | 3 | 17 | 0 | 62 | 16 | 4A | 61 | 28 |
| Octal | 232 | 310 | 3 | 27 | 0 | 142 | 26 | 112 | 141 | 50 |
| Binary | 10011010 | 11001000 | 11 | 10111 | 0 | 1100010 | 10110 | 1001010 | 1100001 | 101000 |
Color Harmonies of #9AC803
Complementary color
Monochromatic Colors of #9AC803
Black with #9AC803
Text Example
Text Example
White with #9AC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC803; }
p { color: rgb(154,200,3); }
H1.HeaderClassName
{
color: #9AC803;
}
.AnyTagClassName
{
color: #9AC803;
}
</style>
background-color css
<style>
a { background-color: #9AC803; }
a { background-color: rgb(154,200,3); }
div.DivClassName
{
background-color: #9AC803;
}
.BgClassName
{
background-color: #9AC803;
}
</style>
border-color css
<style>
span { border-color: #9AC803; }
span { border-color: rgb(154,200,3); }
td.TdClassName
{
border-color: #9AC803;
}
.TagClassName
{
border-color: #9AC803;
}
</style>