#8AA10A

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

Shades of Citron #8AA10A

Tints of Citron #8AA10A

Color information

#8AA10A (or 0x8AA10A) is unknown color: approx Citron. HEX triplet: 8A, A1 and 0A. RGB value is (138,161,10). Sum of RGB (Red+Green+Blue) = 138+161+10=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA10A is #755EF5. Grayscale: #898989. Windows color (decimal): -7692022 or 696714. OLE color: 696714.

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

Color convert

RGB13816110-
CMYK0.1400.940.37
HSL69.14º88.3%33.53%-
HSV(B)69.14º93.79%63.14%-
XYZ23.2830.915.03-
YUV136.9156.38128.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 161 (63.28% from 255) = 52.10%
BLUE value IS 10 (4.30% from 255) = 3.24%
R=44.66%
G=52.10%
B=3.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161100.1400.940.3769.1488.333.53
Hex8AA1AE05E25455822
Octal212241121601364510513042
Binary1000101010100001101011100101111010010110001011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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