Html Css Color HEX #8EDB86 Granny Smith Apple

📋 copy color: '#8EDB86'

red 142 ◦ green 219 ◦ blue 134

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

Shades of Granny Smith Apple #8EDB86

Tints of Granny Smith Apple #8EDB86

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

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

R = 28.69%
G = 44.24%
B = 27.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#8EDB86 (or 0x8EDB86) is known color: Granny Smith Apple. HEX triplet: 8E, DB and 86. RGB value is (142,219,134). Sum of RGB (Red+Green+Blue) = 142+219+134=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB86 is #712479. Grayscale: #BABABA. Windows color (decimal): -7414906 or 8838030. OLE color: 8838030.

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

Color convert

RGB 142 219 134 -
CMYK 0.35 0 0.39 0.14
HSL 114.35º 0.54% 0.69% -
HSV(B) 114.35º 0.39% 0.86% -
XYZ 40.79 58.14 31.63 -
YUV 186.29 98.49 96.41 -
System Red Green Blue C M Y K H S L
Decimal 142 219 134 0.35 0 0.39 0.14 114.35 0.54 0.69
Hex 8E DB 86 23 0 27 E 72 36 45
Octal 216 333 206 43 0 47 16 162 66 105
Binary 10001110 11011011 10000110 100011 0 100111 1110 1110010 110110 1000101

Color Harmonies of #8EDB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDB86

Black with #8EDB86

Text Example


Text Example

White with #8EDB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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