#8FA265

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

Shades of Chelsea Cucumber #8FA265

Tints of Chelsea Cucumber #8FA265

Color information

#8FA265 (or 0x8FA265) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A2 and 65. RGB value is (143,162,101). Sum of RGB (Red+Green+Blue) = 143+162+101=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA265 is #705D9A. Grayscale: #959595. Windows color (decimal): -7363995 or 6660751. OLE color: 6660751.

HSL color Cylindrical-coordinate representation of color #8FA265: hue angle of 78.69º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FA265 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB143162101-
CMYK0.1200.380.36
HSL78.69º24.7%51.57%-
HSV(B)78.69º37.65%63.53%-
XYZ26.632.6217.21-
YUV149.36100.71123.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.22%
GREEN value IS 162 (63.67% from 255) = 39.90%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=35.22%
G=39.90%
B=24.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621010.1200.380.3678.6924.751.57
Hex8FA265C026244f1934
Octal21724214514046441173164
Binary1000111110100010110010111000100110100100100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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