#8AA445

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

Shades of Chelsea Cucumber #8AA445

Tints of Chelsea Cucumber #8AA445

Color information

#8AA445 (or 0x8AA445) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 45. RGB value is (138,164,69). Sum of RGB (Red+Green+Blue) = 138+164+69=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA445 is #755BBA. Grayscale: #919191. Windows color (decimal): -7691195 or 4564106. OLE color: 4564106.

HSL color Cylindrical-coordinate representation of color #8AA445: hue angle of 76.42º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AA445 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB13816469-
CMYK0.1600.580.36
HSL76.42º40.77%45.69%-
HSV(B)76.42º57.93%64.31%-
XYZ24.8332.3810.57-
YUV145.484.89122.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.20%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 69 (27.34% from 255) = 18.60%
R=37.20%
G=44.20%
B=18.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164690.1600.580.3676.4240.7745.69
Hex8AA4451003A244c292e
Octal21224410520072441145156
Binary100010101010010010001011000001110101001001001100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,69); }

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

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

 a { background-color: rgb(138,164,69); }

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

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

 span { border-color: rgb(138,164,69); }

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