#8FA361

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

Shades of Chelsea Cucumber #8FA361

Tints of Chelsea Cucumber #8FA361

Color information

#8FA361 (or 0x8FA361) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A3 and 61. RGB value is (143,163,97). Sum of RGB (Red+Green+Blue) = 143+163+97=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 97 (38.28% from 255 or 24.07% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA361 is #705C9E. Grayscale: #959595. Windows color (decimal): -7363743 or 6398863. OLE color: 6398863.

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

Color convert

RGB14316397-
CMYK0.1200.400.36
HSL78.18º26.4%50.98%-
HSV(B)78.18º40.49%63.92%-
XYZ26.5832.916.26-
YUV149.598.37123.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 97 (38.28% from 255) = 24.07%
R=35.48%
G=40.45%
B=24.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143163970.1200.400.3678.1826.450.98
Hex8FA361C028244e1a33
Octal21724314114050441163263
Binary1000111110100011110000111000101000100100100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,97); }

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

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

 a { background-color: rgb(143,163,97); }

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

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

 span { border-color: rgb(143,163,97); }

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