#8AA615

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

Shades of Citron #8AA615

Tints of Citron #8AA615

Color information

#8AA615 (or 0x8AA615) is unknown color: approx Citron. HEX triplet: 8A, A6 and 15. RGB value is (138,166,21). Sum of RGB (Red+Green+Blue) = 138+166+21=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA615 is #7559EA. Grayscale: #8D8D8D. Windows color (decimal): -7690731 or 1418890. OLE color: 1418890.

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

Color convert

RGB13816621-
CMYK0.1700.870.35
HSL71.59º77.54%36.67%-
HSV(B)71.59º87.35%65.1%-
XYZ24.2532.735.75-
YUV141.160.22125.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 21 (8.59% from 255) = 6.46%
R=42.46%
G=51.08%
B=6.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166210.1700.870.3571.5977.5436.67
Hex8AA6151105723484e25
Octal212246252101274311011645
Binary100010101010011010101100010101011110001110010001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,166,21); }

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

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

 a { background-color: rgb(138,166,21); }

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

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

 span { border-color: rgb(138,166,21); }

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