Shades of Citron #97A81A
Tints of Citron #97A81A
RGB
CMYK
RGB Variations
Color information
#97A81A (or 0x97A81A) is known color: Citron. HEX triplet: 97, A8 and 1A. RGB value is (151,168,26). Sum of RGB (Red+Green+Blue) = 151+168+26=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #97A81A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A81A is #6857E5. Grayscale: #939393. Windows color (decimal): -6838246 or 1747095. OLE color: 1747095.
HSL color Cylindrical-coordinate representation of color #97A81A: hue angle of 67.18º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97A81A is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 26 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.34 |
| HSL | 67.18º | 0.73% | 0.38% | - |
| HSV(B) | 67.18º | 0.85% | 0.66% | - |
| XYZ | 26.95 | 34.66 | 6.25 | - |
| YUV | 146.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 26 | 0.10 | 0 | 0.85 | 0.34 | 67.18 | 0.73 | 0.38 |
| Hex | 97 | A8 | 1A | A | 0 | 55 | 22 | 43 | 49 | 26 |
| Octal | 227 | 250 | 32 | 12 | 0 | 125 | 42 | 103 | 111 | 46 |
| Binary | 10010111 | 10101000 | 11010 | 1010 | 0 | 1010101 | 100010 | 1000011 | 1001001 | 100110 |
Color Harmonies of #97A81A
Complementary color
Monochromatic Colors of #97A81A
Black with #97A81A
Text Example
Text Example
White with #97A81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A81A; }
p { color: rgb(151,168,26); }
H1.HeaderClassName
{
color: #97A81A;
}
.AnyTagClassName
{
color: #97A81A;
}
</style>
background-color css
<style>
a { background-color: #97A81A; }
a { background-color: rgb(151,168,26); }
div.DivClassName
{
background-color: #97A81A;
}
.BgClassName
{
background-color: #97A81A;
}
</style>
border-color css
<style>
span { border-color: #97A81A; }
span { border-color: rgb(151,168,26); }
td.TdClassName
{
border-color: #97A81A;
}
.TagClassName
{
border-color: #97A81A;
}
</style>