#8AA518

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

Shades of Citron #8AA518

Tints of Citron #8AA518

Color information

#8AA518 (or 0x8AA518) is unknown color: approx Citron. HEX triplet: 8A, A5 and 18. RGB value is (138,165,24). Sum of RGB (Red+Green+Blue) = 138+165+24=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA518 is #755AE7. Grayscale: #8D8D8D. Windows color (decimal): -7690984 or 1615242. OLE color: 1615242.

HSL color Cylindrical-coordinate representation of color #8AA518: hue angle of 71.49º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AA518 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB13816524-
CMYK0.1600.850.35
HSL71.49º74.6%37.06%-
HSV(B)71.49º85.45%64.71%-
XYZ24.132.385.84-
YUV140.8562.05125.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 24 (9.77% from 255) = 7.34%
R=42.20%
G=50.46%
B=7.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138165240.1600.850.3571.4974.637.06
Hex8AA5181005523474b25
Octal212245302001254310711345
Binary100010101010010111000100000101010110001110001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,24); }

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

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

 a { background-color: rgb(138,165,24); }

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

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

 span { border-color: rgb(138,165,24); }

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