Shades of Citrus #9ACD02
Tints of Citrus #9ACD02
RGB
CMYK
RGB Variations
Color information
#9ACD02 (or 0x9ACD02) is known color: Citrus. HEX triplet: 9A, CD and 02. RGB value is (154,205,2). Sum of RGB (Red+Green+Blue) = 154+205+2=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACD02 is #6532FD. Grayscale: #A7A7A7. Windows color (decimal): -6632190 or 183706. OLE color: 183706.
HSL color Cylindrical-coordinate representation of color #9ACD02: hue angle of 75.07º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9ACD02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.20 |
| HSL | 75.07º | 0.98% | 0.41% | - |
| HSV(B) | 75.07º | 0.99% | 0.8% | - |
| XYZ | 35.17 | 50.54 | 7.96 | - |
| YUV | 166.61 | 35.1 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 2 | 0.25 | 0 | 0.99 | 0.20 | 75.07 | 0.98 | 0.41 |
| Hex | 9A | CD | 2 | 19 | 0 | 63 | 14 | 4B | 62 | 29 |
| Octal | 232 | 315 | 2 | 31 | 0 | 143 | 24 | 113 | 142 | 51 |
| Binary | 10011010 | 11001101 | 10 | 11001 | 0 | 1100011 | 10100 | 1001011 | 1100010 | 101001 |
Color Harmonies of #9ACD02
Complementary color
Monochromatic Colors of #9ACD02
Black with #9ACD02
Text Example
Text Example
White with #9ACD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD02; }
p { color: rgb(154,205,2); }
H1.HeaderClassName
{
color: #9ACD02;
}
.AnyTagClassName
{
color: #9ACD02;
}
</style>
background-color css
<style>
a { background-color: #9ACD02; }
a { background-color: rgb(154,205,2); }
div.DivClassName
{
background-color: #9ACD02;
}
.BgClassName
{
background-color: #9ACD02;
}
</style>
border-color css
<style>
span { border-color: #9ACD02; }
span { border-color: rgb(154,205,2); }
td.TdClassName
{
border-color: #9ACD02;
}
.TagClassName
{
border-color: #9ACD02;
}
</style>