#8AA34C

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

Shades of Chelsea Cucumber #8AA34C

Tints of Chelsea Cucumber #8AA34C

Color information

#8AA34C (or 0x8AA34C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A3 and 4C. RGB value is (138,163,76). Sum of RGB (Red+Green+Blue) = 138+163+76=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #8AA34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA34C is #755CB3. Grayscale: #919191. Windows color (decimal): -7691444 or 5022602. OLE color: 5022602.

HSL color Cylindrical-coordinate representation of color #8AA34C: hue angle of 77.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AA34C is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB13816376-
CMYK0.1500.530.36
HSL77.24º36.4%46.86%-
HSV(B)77.24º53.37%63.92%-
XYZ24.8832.1211.73-
YUV145.6188.72122.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=36.60%
G=43.24%
B=20.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138163760.1500.530.3677.2436.446.86
Hex8AA34CF035244d242f
Octal21224311417065441154457
Binary10001010101000111001100111101101011001001001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,163,76); }

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

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

 a { background-color: rgb(138,163,76); }

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

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

 span { border-color: rgb(138,163,76); }

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