#8AA616

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

Shades of Citron #8AA616

Tints of Citron #8AA616

Color information

#8AA616 (or 0x8AA616) is unknown color: approx Citron. HEX triplet: 8A, A6 and 16. RGB value is (138,166,22). Sum of RGB (Red+Green+Blue) = 138+166+22=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA616 is #7559E9. Grayscale: #8D8D8D. Windows color (decimal): -7690730 or 1484426. OLE color: 1484426.

HSL color Cylindrical-coordinate representation of color #8AA616: hue angle of 71.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AA616 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB13816622-
CMYK0.1700.870.35
HSL71.67º76.6%36.86%-
HSV(B)71.67º86.75%65.1%-
XYZ24.2632.735.8-
YUV141.2160.72125.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.33%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=42.33%
G=50.92%
B=6.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166220.1700.870.3571.6776.636.86
Hex8AA6161105723484d25
Octal212246262101274311011545
Binary100010101010011010110100010101011110001110010001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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