Html Css Color HEX #8ADD86 De York

📋 copy color: '#8ADD86'

red 138 ◦ green 221 ◦ blue 134

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

Shades of De York #8ADD86

Tints of De York #8ADD86

RGB

 RED value IS 138 (54.3% from 255) = 27.99%

 GREEN value IS 221 (86.72% from 255) = 44.83%

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

R = 27.99%
G = 44.83%
B = 27.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#8ADD86 (or 0x8ADD86) is known color: De York. HEX triplet: 8A, DD and 86. RGB value is (138,221,134). Sum of RGB (Red+Green+Blue) = 138+221+134=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD86 is #752279. Grayscale: #BABABA. Windows color (decimal): -7676538 or 8838538. OLE color: 8838538.

HSL color Cylindrical-coordinate representation of color #8ADD86: hue angle of 117.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ADD86 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 134 -
CMYK 0.38 0 0.39 0.13
HSL 117.24º 0.56% 0.7% -
HSV(B) 117.24º 0.39% 0.87% -
XYZ 40.64 58.84 31.77 -
YUV 186.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 138 221 134 0.38 0 0.39 0.13 117.24 0.56 0.7
Hex 8A DD 86 26 0 27 D 75 38 46
Octal 212 335 206 46 0 47 15 165 70 106
Binary 10001010 11011101 10000110 100110 0 100111 1101 1110101 111000 1000110

Color Harmonies of #8ADD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD86

Black with #8ADD86

Text Example


Text Example

White with #8ADD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,134); }

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

background-color css

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

 a { background-color: rgb(138,221,134); }

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

border-color css

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

 span { border-color: rgb(138,221,134); }

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