Html Css Color HEX #8EDA86 Granny Smith Apple

📋 copy color: '#8EDA86'

red 142 ◦ green 218 ◦ blue 134

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

Shades of Granny Smith Apple #8EDA86

Tints of Granny Smith Apple #8EDA86

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 134 (52.73% from 255) = 27.13%

R = 28.74%
G = 44.13%
B = 27.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#8EDA86 (or 0x8EDA86) is known color: Granny Smith Apple. HEX triplet: 8E, DA and 86. RGB value is (142,218,134). Sum of RGB (Red+Green+Blue) = 142+218+134=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDA86 is #712579. Grayscale: #B9B9B9. Windows color (decimal): -7415162 or 8837774. OLE color: 8837774.

HSL color Cylindrical-coordinate representation of color #8EDA86: hue angle of 114.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EDA86 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 218 134 -
CMYK 0.35 0 0.39 0.15
HSL 114.29º 0.53% 0.69% -
HSV(B) 114.29º 0.39% 0.85% -
XYZ 40.53 57.61 31.54 -
YUV 185.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 142 218 134 0.35 0 0.39 0.15 114.29 0.53 0.69
Hex 8E DA 86 23 0 27 F 72 35 45
Octal 216 332 206 43 0 47 17 162 65 105
Binary 10001110 11011010 10000110 100011 0 100111 1111 1110010 110101 1000101

Color Harmonies of #8EDA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA86

Black with #8EDA86

Text Example


Text Example

White with #8EDA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,218,134); }

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

background-color css

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

 a { background-color: rgb(142,218,134); }

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

border-color css

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

 span { border-color: rgb(142,218,134); }

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