#8EAF48

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

Shades of Chelsea Cucumber #8EAF48

Tints of Chelsea Cucumber #8EAF48

Color information

#8EAF48 (or 0x8EAF48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AF and 48. RGB value is (142,175,72). Sum of RGB (Red+Green+Blue) = 142+175+72=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF48 is #7150B7. Grayscale: #999999. Windows color (decimal): -7426232 or 4763534. OLE color: 4763534.

HSL color Cylindrical-coordinate representation of color #8EAF48: hue angle of 79.22º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EAF48 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB14217572-
CMYK0.1900.590.31
HSL79.22º41.7%48.43%-
HSV(B)79.22º58.86%68.63%-
XYZ27.6636.8811.79-
YUV153.3982.07119.88-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.50%
GREEN value IS 175 (68.75% from 255) = 44.99%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=36.50%
G=44.99%
B=18.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175720.1900.590.3179.2241.748.43
Hex8EAF481303B1F4f2a30
Octal21625711023073371175260
Binary10001110101011111001000100110111011111111001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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