#8AA96E

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

Shades of Chelsea Cucumber #8AA96E

Tints of Chelsea Cucumber #8AA96E

Color information

#8AA96E (or 0x8AA96E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A9 and 6E. RGB value is (138,169,110). Sum of RGB (Red+Green+Blue) = 138+169+110=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA96E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA96E is #755691. Grayscale: #999999. Windows color (decimal): -7689874 or 7252362. OLE color: 7252362.

HSL color Cylindrical-coordinate representation of color #8AA96E: hue angle of 91.53º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AA96E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB138169110-
CMYK0.1800.350.34
HSL91.53º25.54%54.71%-
HSV(B)91.53º34.91%66.27%-
XYZ27.4834.920.04-
YUV153103.73117.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=33.09%
G=40.53%
B=26.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381691100.1800.350.3491.5325.5454.71
Hex8AA96E12023225c1a37
Octal21225115622043421343267
Binary10001010101010011101110100100100011100010101110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,110); }

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

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

 a { background-color: rgb(138,169,110); }

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

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

 span { border-color: rgb(138,169,110); }

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