#8AA116

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

Shades of Citron #8AA116

Tints of Citron #8AA116

Color information

#8AA116 (or 0x8AA116) is unknown color: approx Citron. HEX triplet: 8A, A1 and 16. RGB value is (138,161,22). Sum of RGB (Red+Green+Blue) = 138+161+22=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA116 is #755EE9. Grayscale: #8A8A8A. Windows color (decimal): -7692010 or 1483146. OLE color: 1483146.

HSL color Cylindrical-coordinate representation of color #8AA116: hue angle of 69.93º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AA116 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB13816122-
CMYK0.1400.860.37
HSL69.93º75.96%35.88%-
HSV(B)69.93º86.34%63.14%-
XYZ23.3730.955.5-
YUV138.2862.38127.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.99%
GREEN value IS 161 (63.28% from 255) = 50.16%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=42.99%
G=50.16%
B=6.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161220.1400.860.3769.9375.9635.88
Hex8AA116E05625464c24
Octal212241261601264510611444
Binary10001010101000011011011100101011010010110001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA116; }

 p { color: rgb(138,161,22); }

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

<style>
 a { background-color: #8AA116; }

 a { background-color: rgb(138,161,22); }

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

<style>
 span { border-color: #8AA116; }

 span { border-color: rgb(138,161,22); }

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