#8AA212

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

Shades of Citron #8AA212

Tints of Citron #8AA212

Color information

#8AA212 (or 0x8AA212) is unknown color: approx Citron. HEX triplet: 8A, A2 and 12. RGB value is (138,162,18). Sum of RGB (Red+Green+Blue) = 138+162+18=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA212 is #755DED. Grayscale: #8A8A8A. Windows color (decimal): -7691758 or 1221258. OLE color: 1221258.

HSL color Cylindrical-coordinate representation of color #8AA212: hue angle of 70º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AA212 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB13816218-
CMYK0.1500.890.36
HSL70º80%35.29%-
HSV(B)70º88.89%63.53%-
XYZ23.5131.295.37-
YUV138.4160.05127.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 18 (7.42% from 255) = 5.66%
R=43.40%
G=50.94%
B=5.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162180.1500.890.36708035.29
Hex8AA212F05924465023
Octal212242221701314410612043
Binary10001010101000101001011110101100110010010001101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,18); }

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

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

 a { background-color: rgb(138,162,18); }

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

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

 span { border-color: rgb(138,162,18); }

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