#8FAC65

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

Shades of Chelsea Cucumber #8FAC65

Tints of Chelsea Cucumber #8FAC65

Color information

#8FAC65 (or 0x8FAC65) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, AC and 65. RGB value is (143,172,101). Sum of RGB (Red+Green+Blue) = 143+172+101=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC65 is #70539A. Grayscale: #9B9B9B. Windows color (decimal): -7361435 or 6663311. OLE color: 6663311.

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

Color convert

RGB143172101-
CMYK0.1700.410.33
HSL84.51º29.96%53.53%-
HSV(B)84.51º41.28%67.45%-
XYZ28.4336.2817.82-
YUV155.2497.39119.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=34.38%
G=41.35%
B=24.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431721010.1700.410.3384.5129.9653.53
Hex8FAC651102921551e36
Octal21725414521051411253666
Binary10001111101011001100101100010101001100001101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,172,101); }

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

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

 a { background-color: rgb(143,172,101); }

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

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

 span { border-color: rgb(143,172,101); }

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