Shades of Citrus #97A800
Tints of Citrus #97A800
RGB
CMYK
RGB Variations
Color information
#97A800 (or 0x97A800) is known color: Citrus. HEX triplet: 97, A8 and 00. RGB value is (151,168,0). Sum of RGB (Red+Green+Blue) = 151+168+0=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #97A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A800 is #6857FF. Grayscale: #909090. Windows color (decimal): -6838272 or 43159. OLE color: 43159.
HSL color Cylindrical-coordinate representation of color #97A800: hue angle of 66.07º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97A800 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.34 |
| HSL | 66.07º | 1% | 0.33% | - |
| HSV(B) | 66.07º | 1% | 0.66% | - |
| XYZ | 26.77 | 34.58 | 5.26 | - |
| YUV | 143.77 | 46.87 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 0 | 0.10 | 0 | 1 | 0.34 | 66.07 | 1 | 0.33 |
| Hex | 97 | A8 | 0 | A | 0 | 64 | 22 | 42 | 64 | 21 |
| Octal | 227 | 250 | 0 | 12 | 0 | 144 | 42 | 102 | 144 | 41 |
| Binary | 10010111 | 10101000 | 0 | 1010 | 0 | 1100100 | 100010 | 1000010 | 1100100 | 100001 |
Color Harmonies of #97A800
Complementary color
Monochromatic Colors of #97A800
Black with #97A800
Text Example
Text Example
White with #97A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A800; }
p { color: rgb(151,168,0); }
H1.HeaderClassName
{
color: #97A800;
}
.AnyTagClassName
{
color: #97A800;
}
</style>
background-color css
<style>
a { background-color: #97A800; }
a { background-color: rgb(151,168,0); }
div.DivClassName
{
background-color: #97A800;
}
.BgClassName
{
background-color: #97A800;
}
</style>
border-color css
<style>
span { border-color: #97A800; }
span { border-color: rgb(151,168,0); }
td.TdClassName
{
border-color: #97A800;
}
.TagClassName
{
border-color: #97A800;
}
</style>