#8FA260

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

Shades of Chelsea Cucumber #8FA260

Tints of Chelsea Cucumber #8FA260

Color information

#8FA260 (or 0x8FA260) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A2 and 60. RGB value is (143,162,96). Sum of RGB (Red+Green+Blue) = 143+162+96=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA260 is #705D9F. Grayscale: #959595. Windows color (decimal): -7364000 or 6333071. OLE color: 6333071.

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

Color convert

RGB14316296-
CMYK0.1200.410.36
HSL77.27º26.19%50.59%-
HSV(B)77.27º40.74%63.53%-
XYZ26.3632.5215.95-
YUV148.7998.21123.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.66%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=35.66%
G=40.40%
B=23.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162960.1200.410.3677.2726.1950.59
Hex8FA260C029244d1a33
Octal21724214014051441153263
Binary1000111110100010110000011000101001100100100110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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