#8FAA6A

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

Shades of Chelsea Cucumber #8FAA6A

Tints of Chelsea Cucumber #8FAA6A

Color information

#8FAA6A (or 0x8FAA6A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, AA and 6A. RGB value is (143,170,106). Sum of RGB (Red+Green+Blue) = 143+170+106=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA6A is #705595. Grayscale: #9A9A9A. Windows color (decimal): -7361942 or 6990479. OLE color: 6990479.

HSL color Cylindrical-coordinate representation of color #8FAA6A: hue angle of 85.31º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FAA6A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB143170106-
CMYK0.1600.380.33
HSL85.31º27.35%54.12%-
HSV(B)85.31º37.65%66.67%-
XYZ28.335.6319.02-
YUV154.63100.55119.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 106 (41.80% from 255) = 25.30%
R=34.13%
G=40.57%
B=25.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431701060.1600.380.3385.3127.3554.12
Hex8FAA6A1002621551b36
Octal21725215220046411253366
Binary10001111101010101101010100000100110100001101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,106); }

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

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

 a { background-color: rgb(143,170,106); }

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

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

 span { border-color: rgb(143,170,106); }

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