#8AA55F

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

Shades of Chelsea Cucumber #8AA55F

Tints of Chelsea Cucumber #8AA55F

Color information

#8AA55F (or 0x8AA55F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, A5 and 5F. RGB value is (138,165,95). Sum of RGB (Red+Green+Blue) = 138+165+95=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA55F is #755AA0. Grayscale: #959595. Windows color (decimal): -7690913 or 6268298. OLE color: 6268298.

HSL color Cylindrical-coordinate representation of color #8AA55F: hue angle of 83.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AA55F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB13816595-
CMYK0.1600.420.35
HSL83.14º28%50.98%-
HSV(B)83.14º42.42%64.71%-
XYZ2633.1415.85-
YUV148.9597.55120.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 165 (64.84% from 255) = 41.46%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=34.67%
G=41.46%
B=23.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal138165950.1600.420.3583.142850.98
Hex8AA55F1002A23531c33
Octal21224513720052431233463
Binary10001010101001011011111100000101010100011101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,165,95); }

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

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

 a { background-color: rgb(138,165,95); }

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

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

 span { border-color: rgb(138,165,95); }

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