#8AA64C

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

Shades of Chelsea Cucumber #8AA64C

Tints of Chelsea Cucumber #8AA64C

Color information

#8AA64C (or 0x8AA64C) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A6 and 4C. RGB value is (138,166,76). Sum of RGB (Red+Green+Blue) = 138+166+76=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA64C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA64C is #7559B3. Grayscale: #939393. Windows color (decimal): -7690676 or 5023370. OLE color: 5023370.

HSL color Cylindrical-coordinate representation of color #8AA64C: hue angle of 78.67º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AA64C is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB13816676-
CMYK0.1700.540.35
HSL78.67º37.19%47.45%-
HSV(B)78.67º54.22%65.1%-
XYZ25.4233.211.91-
YUV147.3787.72121.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.32%
GREEN value IS 166 (65.23% from 255) = 43.68%
BLUE value IS 76 (30.08% from 255) = 20%
R=36.32%
G=43.68%
B=20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138166760.1700.540.3578.6737.1947.45
Hex8AA64C11036234f252f
Octal21224611421066431174557
Binary100010101010011010011001000101101101000111001111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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