#8FA15D

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

Shades of Chelsea Cucumber #8FA15D

Tints of Chelsea Cucumber #8FA15D

Color information

#8FA15D (or 0x8FA15D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A1 and 5D. RGB value is (143,161,93). Sum of RGB (Red+Green+Blue) = 143+161+93=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA15D is #705EA2. Grayscale: #949494. Windows color (decimal): -7364259 or 6136207. OLE color: 6136207.

HSL color Cylindrical-coordinate representation of color #8FA15D: hue angle of 75.88º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FA15D is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB14316193-
CMYK0.1100.420.37
HSL75.88º26.77%49.8%-
HSV(B)75.88º42.24%63.14%-
XYZ26.0532.1215.18-
YUV147.8797.04124.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=36.02%
G=40.55%
B=23.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143161930.1100.420.3775.8826.7749.8
Hex8FA15DB02A254c1b32
Octal21724113513052451143362
Binary1000111110100001101110110110101010100101100110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,93); }

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

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

 a { background-color: rgb(143,161,93); }

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

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

 span { border-color: rgb(143,161,93); }

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