Html Css Color HEX #8AD988 De York

📋 copy color: '#8AD988'

red 138 ◦ green 217 ◦ blue 136

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

Shades of De York #8AD988

Tints of De York #8AD988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 28.11%
G = 44.2%
B = 27.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#8AD988 (or 0x8AD988) is known color: De York. HEX triplet: 8A, D9 and 88. RGB value is (138,217,136). Sum of RGB (Red+Green+Blue) = 138+217+136=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD988 is #752677. Grayscale: #B8B8B8. Windows color (decimal): -7677560 or 8968586. OLE color: 8968586.

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

Color convert

RGB 138 217 136 -
CMYK 0.36 0 0.37 0.15
HSL 118.52º 0.52% 0.69% -
HSV(B) 118.52º 0.37% 0.85% -
XYZ 39.74 56.81 32.16 -
YUV 184.15 100.83 95.09 -
System Red Green Blue C M Y K H S L
Decimal 138 217 136 0.36 0 0.37 0.15 118.52 0.52 0.69
Hex 8A D9 88 24 0 25 F 77 34 45
Octal 212 331 210 44 0 45 17 167 64 105
Binary 10001010 11011001 10001000 100100 0 100101 1111 1110111 110100 1000101

Color Harmonies of #8AD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD988

Black with #8AD988

Text Example


Text Example

White with #8AD988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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