Html Css Color HEX #8AD387 De York

📋 copy color: '#8AD387'

red 138 ◦ green 211 ◦ blue 135

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

Shades of De York #8AD387

Tints of De York #8AD387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.6%

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 28.51%
G = 43.6%
B = 27.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#8AD387 (or 0x8AD387) is known color: De York. HEX triplet: 8A, D3 and 87. RGB value is (138,211,135). Sum of RGB (Red+Green+Blue) = 138+211+135=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD387 is #752C78. Grayscale: #B4B4B4. Windows color (decimal): -7679097 or 8901514. OLE color: 8901514.

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

Color convert

RGB 138 211 135 -
CMYK 0.35 0 0.36 0.17
HSL 117.63º 0.46% 0.68% -
HSV(B) 117.63º 0.36% 0.83% -
XYZ 38.15 53.74 31.28 -
YUV 180.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 138 211 135 0.35 0 0.36 0.17 117.63 0.46 0.68
Hex 8A D3 87 23 0 24 11 76 2E 44
Octal 212 323 207 43 0 44 21 166 56 104
Binary 10001010 11010011 10000111 100011 0 100100 10001 1110110 101110 1000100

Color Harmonies of #8AD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD387

Black with #8AD387

Text Example


Text Example

White with #8AD387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,211,135); }

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

background-color css

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

 a { background-color: rgb(138,211,135); }

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

border-color css

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

 span { border-color: rgb(138,211,135); }

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