#8FAE5D

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

Shades of Chelsea Cucumber #8FAE5D

Tints of Chelsea Cucumber #8FAE5D

Color information

#8FAE5D (or 0x8FAE5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, AE and 5D. RGB value is (143,174,93). Sum of RGB (Red+Green+Blue) = 143+174+93=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE5D is #7051A2. Grayscale: #9B9B9B. Windows color (decimal): -7360931 or 6139535. OLE color: 6139535.

HSL color Cylindrical-coordinate representation of color #8FAE5D: hue angle of 82.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FAE5D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB14317493-
CMYK0.1800.470.32
HSL82.96º33.33%52.35%-
HSV(B)82.96º46.55%68.24%-
XYZ28.4436.915.98-
YUV155.592.73119.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=34.88%
G=42.44%
B=22.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143174930.1800.470.3282.9633.3352.35
Hex8FAE5D1202F20532134
Octal21725613522057401234164
Binary100011111010111010111011001001011111000001010011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,93); }

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

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

 a { background-color: rgb(143,174,93); }

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

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

 span { border-color: rgb(143,174,93); }

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