#8EA348

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

Shades of Chelsea Cucumber #8EA348

Tints of Chelsea Cucumber #8EA348

Color information

#8EA348 (or 0x8EA348) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A3 and 48. RGB value is (142,163,72). Sum of RGB (Red+Green+Blue) = 142+163+72=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #8EA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EA348 is #715CB7. Grayscale: #929292. Windows color (decimal): -7429304 or 4760462. OLE color: 4760462.

HSL color Cylindrical-coordinate representation of color #8EA348: hue angle of 73.85º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EA348 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB14216372-
CMYK0.1300.560.36
HSL73.85º38.72%46.08%-
HSV(B)73.85º55.83%63.92%-
XYZ25.4232.4111.05-
YUV146.3586.04124.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=37.67%
G=43.24%
B=19.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142163720.1300.560.3673.8538.7246.08
Hex8EA348D038244a272e
Octal21624311015070441124756
Binary10001110101000111001000110101110001001001001010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,163,72); }

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

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

 a { background-color: rgb(142,163,72); }

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

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

 span { border-color: rgb(142,163,72); }

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