Html Css Color HEX #8AD997 De York

📋 copy color: '#8AD997'

red 138 ◦ green 217 ◦ blue 151

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

Shades of De York #8AD997

Tints of De York #8AD997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.84%

R = 27.27%
G = 42.89%
B = 29.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#8AD997 (or 0x8AD997) is known color: De York. HEX triplet: 8A, D9 and 97. RGB value is (138,217,151). Sum of RGB (Red+Green+Blue) = 138+217+151=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD997 is #752668. Grayscale: #BABABA. Windows color (decimal): -7677545 or 9951626. OLE color: 9951626.

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

Color convert

RGB 138 217 151 -
CMYK 0.36 0 0.30 0.15
HSL 129.87º 0.51% 0.7% -
HSV(B) 129.87º 0.36% 0.85% -
XYZ 40.88 57.26 38.18 -
YUV 185.86 108.33 93.87 -
System Red Green Blue C M Y K H S L
Decimal 138 217 151 0.36 0 0.30 0.15 129.87 0.51 0.7
Hex 8A D9 97 24 0 1E F 82 33 46
Octal 212 331 227 44 0 36 17 202 63 106
Binary 10001010 11011001 10010111 100100 0 11110 1111 10000010 110011 1000110

Color Harmonies of #8AD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD997

Black with #8AD997

Text Example


Text Example

White with #8AD997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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