#8AA44E

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

Shades of Chelsea Cucumber #8AA44E

Tints of Chelsea Cucumber #8AA44E

Color information

#8AA44E (or 0x8AA44E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A4 and 4E. RGB value is (138,164,78). Sum of RGB (Red+Green+Blue) = 138+164+78=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA44E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA44E is #755BB1. Grayscale: #929292. Windows color (decimal): -7691186 or 5153930. OLE color: 5153930.

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

Color convert

RGB13816478-
CMYK0.1600.520.36
HSL78.14º35.54%47.45%-
HSV(B)78.14º52.44%64.31%-
XYZ25.1332.512.16-
YUV146.4289.39121.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.32%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=36.32%
G=43.16%
B=20.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138164780.1600.520.3678.1435.5447.45
Hex8AA44E10034244e242f
Octal21224411620064441164457
Binary100010101010010010011101000001101001001001001110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,78); }

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

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

 a { background-color: rgb(138,164,78); }

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

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

 span { border-color: rgb(138,164,78); }

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