#8AAC69

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

Shades of Chelsea Cucumber #8AAC69

Tints of Chelsea Cucumber #8AAC69

Color information

#8AAC69 (or 0x8AAC69) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, AC and 69. RGB value is (138,172,105). Sum of RGB (Red+Green+Blue) = 138+172+105=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC69 is #755396. Grayscale: #9A9A9A. Windows color (decimal): -7689111 or 6925450. OLE color: 6925450.

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

Color convert

RGB138172105-
CMYK0.2000.390.33
HSL90.45º28.76%54.31%-
HSV(B)90.45º38.95%67.45%-
XYZ27.7835.9318.84-
YUV154.2100.24116.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.25%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=33.25%
G=41.45%
B=25.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381721050.2000.390.3390.4528.7654.31
Hex8AAC6914027215a1d36
Octal21225415124047411323566
Binary10001010101011001101001101000100111100001101101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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