Html Css Color HEX #8EC88A De York

📋 copy color: '#8EC88A'

red 142 ◦ green 200 ◦ blue 138

#8EC88A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #8EC88A

Tints of De York #8EC88A

RGB

 RED value IS 142 (55.86% from 255) = 29.58%

 GREEN value IS 200 (78.52% from 255) = 41.67%

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 29.58%
G = 41.67%
B = 28.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#8EC88A (or 0x8EC88A) is known color: De York. HEX triplet: 8E, C8 and 8A. RGB value is (142,200,138). Sum of RGB (Red+Green+Blue) = 142+200+138=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC88A is #713775. Grayscale: #AFAFAF. Windows color (decimal): -7419766 or 9095310. OLE color: 9095310.

HSL color Cylindrical-coordinate representation of color #8EC88A: hue angle of 116.13º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EC88A is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 200 138 -
CMYK 0.29 0 0.31 0.22
HSL 116.13º 0.36% 0.66% -
HSV(B) 116.13º 0.31% 0.78% -
XYZ 36.4 48.89 31.56 -
YUV 175.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 142 200 138 0.29 0 0.31 0.22 116.13 0.36 0.66
Hex 8E C8 8A 1D 0 1F 16 74 24 42
Octal 216 310 212 35 0 37 26 164 44 102
Binary 10001110 11001000 10001010 11101 0 11111 10110 1110100 100100 1000010

Color Harmonies of #8EC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC88A

Black with #8EC88A

Text Example


Text Example

White with #8EC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EC88A;
 }
 .AnyTagClassName
 {
   color: #8EC88A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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