#8AA10C

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

Shades of Citron #8AA10C

Tints of Citron #8AA10C

Color information

#8AA10C (or 0x8AA10C) is unknown color: approx Citron. HEX triplet: 8A, A1 and 0C. RGB value is (138,161,12). Sum of RGB (Red+Green+Blue) = 138+161+12=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA10C is #755EF3. Grayscale: #898989. Windows color (decimal): -7692020 or 827786. OLE color: 827786.

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

Color convert

RGB13816112-
CMYK0.1400.930.37
HSL69.26º86.13%33.92%-
HSV(B)69.26º92.55%63.14%-
XYZ23.2930.925.09-
YUV137.1457.38128.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 161 (63.28% from 255) = 51.77%
BLUE value IS 12 (5.08% from 255) = 3.86%
R=44.37%
G=51.77%
B=3.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161120.1400.930.3769.2686.1333.92
Hex8AA1CE05D25455622
Octal212241141601354510512642
Binary1000101010100001110011100101110110010110001011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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