#9AA234

Color #9AA234 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #9AA234

Tints of Citron #9AA234

Color information

#9AA234 (or 0x9AA234) is unknown color: approx Citron. HEX triplet: 9A, A2 and 34. RGB value is (154,162,52). Sum of RGB (Red+Green+Blue) = 154+162+52=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA234 is #655DCB. Grayscale: #939393. Windows color (decimal): -6643148 or 3449498. OLE color: 3449498.

HSL color Cylindrical-coordinate representation of color #9AA234: hue angle of 64.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AA234 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB15416252-
CMYK0.0500.680.36
HSL64.36º51.4%41.96%-
HSV(B)64.36º67.9%63.53%-
XYZ26.8732.968.19-
YUV147.0774.35132.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 41.85%
GREEN value IS 162 (63.67% from 255) = 44.02%
BLUE value IS 52 (20.70% from 255) = 14.13%
R=41.85%
G=44.02%
B=14.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal154162520.0500.680.3664.3651.441.96
Hex9AA23450442440332a
Octal2322426450104441006352
Binary1001101010100010110100101010001001001001000000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AA234; }

 p { color: rgb(154,162,52); }

 H1.HeaderClassName
 {
   color: #9AA234;
 }
 .AnyTagClassName
 {
   color: #9AA234;
 }
</style>
background-color css

<style>
 a { background-color: #9AA234; }

 a { background-color: rgb(154,162,52); }

 div.DivClassName
 {
   background-color: #9AA234;
 }
 .BgClassName
 {
   background-color: #9AA234;
 }
</style>
border-color css

<style>
 span { border-color: #9AA234; }

 span { border-color: rgb(154,162,52); }

 td.TdClassName
 {
   border-color: #9AA234;
 }
 .TagClassName
 {
   border-color: #9AA234;
 }
</style>