#8AA412

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

Shades of Citron #8AA412

Tints of Citron #8AA412

Color information

#8AA412 (or 0x8AA412) is unknown color: approx Citron. HEX triplet: 8A, A4 and 12. RGB value is (138,164,18). Sum of RGB (Red+Green+Blue) = 138+164+18=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA412 is #755BED. Grayscale: #8C8C8C. Windows color (decimal): -7691246 or 1221770. OLE color: 1221770.

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

Color convert

RGB13816418-
CMYK0.1600.890.36
HSL70.68º80.22%35.69%-
HSV(B)70.68º89.02%64.31%-
XYZ23.87325.49-
YUV139.5859.39126.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.12%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 18 (7.42% from 255) = 5.62%
R=43.12%
G=51.25%
B=5.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164180.1600.890.3670.6880.2235.69
Hex8AA4121005924475024
Octal212244222001314410712044
Binary100010101010010010010100000101100110010010001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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