#8AAC42

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

Shades of Chelsea Cucumber #8AAC42

Tints of Chelsea Cucumber #8AAC42

Color information

#8AAC42 (or 0x8AAC42) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AC and 42. RGB value is (138,172,66). Sum of RGB (Red+Green+Blue) = 138+172+66=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAC42 is #7553BD. Grayscale: #969696. Windows color (decimal): -7689150 or 4369546. OLE color: 4369546.

HSL color Cylindrical-coordinate representation of color #8AAC42: hue angle of 79.25º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AAC42 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB13817266-
CMYK0.2000.620.33
HSL79.25º44.54%46.67%-
HSV(B)79.25º61.63%67.45%-
XYZ26.2235.310.59-
YUV149.7580.74119.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=36.70%
G=45.74%
B=17.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138172660.2000.620.3379.2544.5446.67
Hex8AAC421403E214f2d2f
Octal21225410224076411175557
Binary100010101010110010000101010001111101000011001111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,172,66); }

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

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

 a { background-color: rgb(138,172,66); }

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

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

 span { border-color: rgb(138,172,66); }

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