#8EAF44

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

Shades of Chelsea Cucumber #8EAF44

Tints of Chelsea Cucumber #8EAF44

Color information

#8EAF44 (or 0x8EAF44) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AF and 44. RGB value is (142,175,68). Sum of RGB (Red+Green+Blue) = 142+175+68=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF44 is #7150BB. Grayscale: #999999. Windows color (decimal): -7426236 or 4501390. OLE color: 4501390.

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

Color convert

RGB14217568-
CMYK0.1900.610.31
HSL78.5º44.03%47.65%-
HSV(B)78.5º61.14%68.63%-
XYZ27.5336.8311.13-
YUV152.9480.07120.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=36.88%
G=45.45%
B=17.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142175680.1900.610.3178.544.0347.65
Hex8EAF441303D1F4f2c30
Octal21625710423075371175460
Binary10001110101011111000100100110111101111111001111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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