#8EB14B

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

Shades of Chelsea Cucumber #8EB14B

Tints of Chelsea Cucumber #8EB14B

Color information

#8EB14B (or 0x8EB14B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B1 and 4B. RGB value is (142,177,75). Sum of RGB (Red+Green+Blue) = 142+177+75=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EB14B is #714EB4. Grayscale: #9B9B9B. Windows color (decimal): -7425717 or 4960654. OLE color: 4960654.

HSL color Cylindrical-coordinate representation of color #8EB14B: hue angle of 80.59º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EB14B is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB14217775-
CMYK0.2000.580.31
HSL80.59º40.48%49.41%-
HSV(B)80.59º57.63%69.41%-
XYZ28.1537.712.45-
YUV154.9182.9118.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 177 (69.53% from 255) = 44.92%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=36.04%
G=44.92%
B=19.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177750.2000.580.3180.5940.4849.41
Hex8EB14B1403A1F512831
Octal21626111324072371215061
Binary10001110101100011001011101000111010111111010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,177,75); }

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

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

 a { background-color: rgb(142,177,75); }

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

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

 span { border-color: rgb(142,177,75); }

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