Html Css Color HEX #8AD984 De York

📋 copy color: '#8AD984'

red 138 ◦ green 217 ◦ blue 132

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

Shades of De York #8AD984

Tints of De York #8AD984

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 28.34%
G = 44.56%
B = 27.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#8AD984 (or 0x8AD984) is known color: De York. HEX triplet: 8A, D9 and 84. RGB value is (138,217,132). Sum of RGB (Red+Green+Blue) = 138+217+132=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD984 is #75267B. Grayscale: #B7B7B7. Windows color (decimal): -7677564 or 8706442. OLE color: 8706442.

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

Color convert

RGB 138 217 132 -
CMYK 0.36 0 0.39 0.15
HSL 115.76º 0.53% 0.68% -
HSV(B) 115.76º 0.39% 0.85% -
XYZ 39.46 56.69 30.69 -
YUV 183.69 98.83 95.41 -
System Red Green Blue C M Y K H S L
Decimal 138 217 132 0.36 0 0.39 0.15 115.76 0.53 0.68
Hex 8A D9 84 24 0 27 F 74 35 44
Octal 212 331 204 44 0 47 17 164 65 104
Binary 10001010 11011001 10000100 100100 0 100111 1111 1110100 110101 1000100

Color Harmonies of #8AD984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD984

Black with #8AD984

Text Example


Text Example

White with #8AD984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,217,132); }

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

background-color css

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

 a { background-color: rgb(138,217,132); }

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

border-color css

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

 span { border-color: rgb(138,217,132); }

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