Shades of Citrus #97A901
Tints of Citrus #97A901
RGB
CMYK
RGB Variations
Color information
#97A901 (or 0x97A901) is known color: Citrus. HEX triplet: 97, A9 and 01. RGB value is (151,169,1). Sum of RGB (Red+Green+Blue) = 151+169+1=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #97A901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A901 is #6856FE. Grayscale: #919191. Windows color (decimal): -6838015 or 108951. OLE color: 108951.
HSL color Cylindrical-coordinate representation of color #97A901: hue angle of 66.43º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97A901 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 169 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.34 |
| HSL | 66.43º | 0.99% | 0.33% | - |
| HSV(B) | 66.43º | 0.99% | 0.66% | - |
| XYZ | 26.96 | 34.96 | 5.36 | - |
| YUV | 144.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 169 | 1 | 0.11 | 0 | 0.99 | 0.34 | 66.43 | 0.99 | 0.33 |
| Hex | 97 | A9 | 1 | B | 0 | 63 | 22 | 42 | 63 | 21 |
| Octal | 227 | 251 | 1 | 13 | 0 | 143 | 42 | 102 | 143 | 41 |
| Binary | 10010111 | 10101001 | 1 | 1011 | 0 | 1100011 | 100010 | 1000010 | 1100011 | 100001 |
Color Harmonies of #97A901
Complementary color
Monochromatic Colors of #97A901
Black with #97A901
Text Example
Text Example
White with #97A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A901; }
p { color: rgb(151,169,1); }
H1.HeaderClassName
{
color: #97A901;
}
.AnyTagClassName
{
color: #97A901;
}
</style>
background-color css
<style>
a { background-color: #97A901; }
a { background-color: rgb(151,169,1); }
div.DivClassName
{
background-color: #97A901;
}
.BgClassName
{
background-color: #97A901;
}
</style>
border-color css
<style>
span { border-color: #97A901; }
span { border-color: rgb(151,169,1); }
td.TdClassName
{
border-color: #97A901;
}
.TagClassName
{
border-color: #97A901;
}
</style>