Shades of Citrus #97A301
Tints of Citrus #97A301
RGB
CMYK
RGB Variations
Color information
#97A301 (or 0x97A301) is known color: Citrus. HEX triplet: 97, A3 and 01. RGB value is (151,163,1). Sum of RGB (Red+Green+Blue) = 151+163+1=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #97A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A301 is #685CFE. Grayscale: #8D8D8D. Windows color (decimal): -6839551 or 107415. OLE color: 107415.
HSL color Cylindrical-coordinate representation of color #97A301: hue angle of 64.44º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97A301 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.36 |
| HSL | 64.44º | 0.99% | 0.32% | - |
| HSV(B) | 64.44º | 0.99% | 0.64% | - |
| XYZ | 25.87 | 32.78 | 4.99 | - |
| YUV | 140.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 1 | 0.07 | 0 | 0.99 | 0.36 | 64.44 | 0.99 | 0.32 |
| Hex | 97 | A3 | 1 | 7 | 0 | 63 | 24 | 40 | 63 | 20 |
| Octal | 227 | 243 | 1 | 7 | 0 | 143 | 44 | 100 | 143 | 40 |
| Binary | 10010111 | 10100011 | 1 | 111 | 0 | 1100011 | 100100 | 1000000 | 1100011 | 100000 |
Color Harmonies of #97A301
Complementary color
Monochromatic Colors of #97A301
Black with #97A301
Text Example
Text Example
White with #97A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A301; }
p { color: rgb(151,163,1); }
H1.HeaderClassName
{
color: #97A301;
}
.AnyTagClassName
{
color: #97A301;
}
</style>
background-color css
<style>
a { background-color: #97A301; }
a { background-color: rgb(151,163,1); }
div.DivClassName
{
background-color: #97A301;
}
.BgClassName
{
background-color: #97A301;
}
</style>
border-color css
<style>
span { border-color: #97A301; }
span { border-color: rgb(151,163,1); }
td.TdClassName
{
border-color: #97A301;
}
.TagClassName
{
border-color: #97A301;
}
</style>