Html Css Color HEX #8AD486 De York

📋 copy color: '#8AD486'

red 138 ◦ green 212 ◦ blue 134

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

Shades of De York #8AD486

Tints of De York #8AD486

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

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

R = 28.51%
G = 43.8%
B = 27.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#8AD486 (or 0x8AD486) is known color: De York. HEX triplet: 8A, D4 and 86. RGB value is (138,212,134). Sum of RGB (Red+Green+Blue) = 138+212+134=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD486 is #752B79. Grayscale: #B5B5B5. Windows color (decimal): -7678842 or 8836234. OLE color: 8836234.

HSL color Cylindrical-coordinate representation of color #8AD486: hue angle of 116.92º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD486 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 212 134 -
CMYK 0.35 0 0.37 0.17
HSL 116.92º 0.48% 0.68% -
HSV(B) 116.92º 0.37% 0.83% -
XYZ 38.33 54.21 31 -
YUV 180.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 138 212 134 0.35 0 0.37 0.17 116.92 0.48 0.68
Hex 8A D4 86 23 0 25 11 75 30 44
Octal 212 324 206 43 0 45 21 165 60 104
Binary 10001010 11010100 10000110 100011 0 100101 10001 1110101 110000 1000100

Color Harmonies of #8AD486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD486

Black with #8AD486

Text Example


Text Example

White with #8AD486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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