Html Css Color HEX #8AD187 De York

📋 copy color: '#8AD187'

red 138 ◦ green 209 ◦ blue 135

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

Shades of De York #8AD187

Tints of De York #8AD187

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 28.63%
G = 43.36%
B = 28.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#8AD187 (or 0x8AD187) is known color: De York. HEX triplet: 8A, D1 and 87. RGB value is (138,209,135). Sum of RGB (Red+Green+Blue) = 138+209+135=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD187 is #752E78. Grayscale: #B3B3B3. Windows color (decimal): -7679609 or 8901002. OLE color: 8901002.

HSL color Cylindrical-coordinate representation of color #8AD187: hue angle of 117.57º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD187 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 135 -
CMYK 0.34 0 0.35 0.18
HSL 117.57º 0.45% 0.67% -
HSV(B) 117.57º 0.35% 0.82% -
XYZ 37.65 52.75 31.12 -
YUV 179.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 138 209 135 0.34 0 0.35 0.18 117.57 0.45 0.67
Hex 8A D1 87 22 0 23 12 76 2D 43
Octal 212 321 207 42 0 43 22 166 55 103
Binary 10001010 11010001 10000111 100010 0 100011 10010 1110110 101101 1000011

Color Harmonies of #8AD187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD187

Black with #8AD187

Text Example


Text Example

White with #8AD187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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