#8ED08A

Color #8ED08A De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8ED08A

Tints of De York #8ED08A

Color information

#8ED08A (or 0x8ED08A) is unknown color: approx De York. HEX triplet: 8E, D0 and 8A. RGB value is (142,208,138). Sum of RGB (Red+Green+Blue) = 142+208+138=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED08A is #712F75. Grayscale: #B4B4B4. Windows color (decimal): -7417718 or 9097358. OLE color: 9097358.

HSL color Cylindrical-coordinate representation of color #8ED08A: hue angle of 116.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED08A is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB142208138-
CMYK0.3200.340.18
HSL116.57º42.68%67.84%-
HSV(B)116.57º33.65%81.57%-
XYZ38.352.732.2-
YUV180.29104.13100.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=29.10%
G=42.62%
B=28.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081380.3200.340.18116.5742.6867.84
Hex8ED08A2002212752b44
Octal216320212400422216553104
Binary10001110110100001000101010000001000101001011101011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,208,138); }

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

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

 a { background-color: rgb(142,208,138); }

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

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

 span { border-color: rgb(142,208,138); }

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