#8FAE5A

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

Shades of Chelsea Cucumber #8FAE5A

Tints of Chelsea Cucumber #8FAE5A

Color information

#8FAE5A (or 0x8FAE5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, AE and 5A. RGB value is (143,174,90). Sum of RGB (Red+Green+Blue) = 143+174+90=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE5A is #7051A5. Grayscale: #9B9B9B. Windows color (decimal): -7360934 or 5942927. OLE color: 5942927.

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

Color convert

RGB14317490-
CMYK0.1800.480.32
HSL82.14º34.15%51.76%-
HSV(B)82.14º48.28%68.24%-
XYZ28.3136.8515.29-
YUV155.1591.23119.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.14%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=35.14%
G=42.75%
B=22.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal143174900.1800.480.3282.1434.1551.76
Hex8FAE5A1203020522234
Octal21725613222060401224264
Binary100011111010111010110101001001100001000001010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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