#8AA01C

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

Shades of Citron #8AA01C

Tints of Citron #8AA01C

Color information

#8AA01C (or 0x8AA01C) is unknown color: approx Citron. HEX triplet: 8A, A0 and 1C. RGB value is (138,160,28). Sum of RGB (Red+Green+Blue) = 138+160+28=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA01C is #755FE3. Grayscale: #8A8A8A. Windows color (decimal): -7692260 or 1876106. OLE color: 1876106.

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

Color convert

RGB13816028-
CMYK0.1400.820.37
HSL70º70.21%36.86%-
HSV(B)70º82.5%62.75%-
XYZ23.2630.635.78-
YUV138.3765.71127.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.33%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 28 (11.33% from 255) = 8.59%
R=42.33%
G=49.08%
B=8.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138160280.1400.820.377070.2136.86
Hex8AA01CE05225464625
Octal212240341601224510610645
Binary10001010101000001110011100101001010010110001101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,160,28); }

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

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

 a { background-color: rgb(138,160,28); }

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

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

 span { border-color: rgb(138,160,28); }

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