#8C9E4F

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

Shades of Chelsea Cucumber #8C9E4F

Tints of Chelsea Cucumber #8C9E4F

Color information

#8C9E4F (or 0x8C9E4F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, 9E and 4F. RGB value is (140,158,79). Sum of RGB (Red+Green+Blue) = 140+158+79=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9E4F is #7361B0. Grayscale: #8F8F8F. Windows color (decimal): -7561649 or 5217932. OLE color: 5217932.

HSL color Cylindrical-coordinate representation of color #8C9E4F: hue angle of 73.67º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C9E4F is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB14015879-
CMYK0.1100.500.38
HSL73.67º33.33%46.47%-
HSV(B)73.67º50%61.96%-
XYZ24.4530.5912.01-
YUV143.6191.54125.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=37.14%
G=41.91%
B=20.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal140158790.1100.500.3873.6733.3346.47
Hex8C9E4FB032264a212e
Octal21423611713062461124156
Binary10001100100111101001111101101100101001101001010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,158,79); }

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

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

 a { background-color: rgb(140,158,79); }

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

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

 span { border-color: rgb(140,158,79); }

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