Html Css Color HEX #8ADB86 De York

📋 copy color: '#8ADB86'

red 138 ◦ green 219 ◦ blue 134

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

Shades of De York #8ADB86

Tints of De York #8ADB86

RGB

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

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

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

R = 28.11%
G = 44.6%
B = 27.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#8ADB86 (or 0x8ADB86) is known color: De York. HEX triplet: 8A, DB and 86. RGB value is (138,219,134). Sum of RGB (Red+Green+Blue) = 138+219+134=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB86 is #752479. Grayscale: #B9B9B9. Windows color (decimal): -7677050 or 8838026. OLE color: 8838026.

HSL color Cylindrical-coordinate representation of color #8ADB86: hue angle of 117.18º 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 #8ADB86 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 134 -
CMYK 0.37 0 0.39 0.14
HSL 117.18º 0.54% 0.69% -
HSV(B) 117.18º 0.39% 0.86% -
XYZ 40.12 57.79 31.59 -
YUV 185.09 99.16 94.41 -
System Red Green Blue C M Y K H S L
Decimal 138 219 134 0.37 0 0.39 0.14 117.18 0.54 0.69
Hex 8A DB 86 25 0 27 E 75 36 45
Octal 212 333 206 45 0 47 16 165 66 105
Binary 10001010 11011011 10000110 100101 0 100111 1110 1110101 110110 1000101

Color Harmonies of #8ADB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADB86

Black with #8ADB86

Text Example


Text Example

White with #8ADB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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