Shades of Citron #9AA438
Tints of Citron #9AA438
RGB
CMYK
RGB Variations
Color information
#9AA438 (or 0x9AA438) is known color: Citron. HEX triplet: 9A, A4 and 38. RGB value is (154,164,56). Sum of RGB (Red+Green+Blue) = 154+164+56=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA438 is #655BC7. Grayscale: #959595. Windows color (decimal): -6642632 or 3712154. OLE color: 3712154.
HSL color Cylindrical-coordinate representation of color #9AA438: hue angle of 65.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AA438 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 56 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.36 |
| HSL | 65.56º | 0.49% | 0.43% | - |
| HSV(B) | 65.56º | 0.66% | 0.64% | - |
| XYZ | 27.32 | 33.71 | 8.81 | - |
| YUV | 148.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 56 | 0.06 | 0 | 0.66 | 0.36 | 65.56 | 0.49 | 0.43 |
| Hex | 9A | A4 | 38 | 6 | 0 | 42 | 24 | 42 | 31 | 2B |
| Octal | 232 | 244 | 70 | 6 | 0 | 102 | 44 | 102 | 61 | 53 |
| Binary | 10011010 | 10100100 | 111000 | 110 | 0 | 1000010 | 100100 | 1000010 | 110001 | 101011 |
Color Harmonies of #9AA438
Complementary color
Monochromatic Colors of #9AA438
Black with #9AA438
Text Example
Text Example
White with #9AA438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA438; }
p { color: rgb(154,164,56); }
H1.HeaderClassName
{
color: #9AA438;
}
.AnyTagClassName
{
color: #9AA438;
}
</style>
background-color css
<style>
a { background-color: #9AA438; }
a { background-color: rgb(154,164,56); }
div.DivClassName
{
background-color: #9AA438;
}
.BgClassName
{
background-color: #9AA438;
}
</style>
border-color css
<style>
span { border-color: #9AA438; }
span { border-color: rgb(154,164,56); }
td.TdClassName
{
border-color: #9AA438;
}
.TagClassName
{
border-color: #9AA438;
}
</style>