#9AA114

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

Shades of Citron #9AA114

Tints of Citron #9AA114

Color information

#9AA114 (or 0x9AA114) is unknown color: approx Citron. HEX triplet: 9A, A1 and 14. RGB value is (154,161,20). Sum of RGB (Red+Green+Blue) = 154+161+20=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA114 is #655EEB. Grayscale: #8F8F8F. Windows color (decimal): -6643436 or 1352090. OLE color: 1352090.

HSL color Cylindrical-coordinate representation of color #9AA114: hue angle of 62.98º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9AA114 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB15416120-
CMYK0.0400.880.37
HSL62.98º77.9%35.49%-
HSV(B)62.98º87.58%63.14%-
XYZ26.232.415.54-
YUV142.8358.68135.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.97%
GREEN value IS 161 (63.28% from 255) = 48.06%
BLUE value IS 20 (8.20% from 255) = 5.97%
R=45.97%
G=48.06%
B=5.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal154161200.0400.880.3762.9877.935.49
Hex9AA1144058253f4e23
Octal2322412440130457711643
Binary100110101010000110100100010110001001011111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,161,20); }

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

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

 a { background-color: rgb(154,161,20); }

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

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

 span { border-color: rgb(154,161,20); }

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