Html Css Color HEX #8AC997 De York

📋 copy color: '#8AC997'

red 138 ◦ green 201 ◦ blue 151

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

Shades of De York #8AC997

Tints of De York #8AC997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

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

R = 28.16%
G = 41.02%
B = 30.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#8AC997 (or 0x8AC997) is known color: De York. HEX triplet: 8A, C9 and 97. RGB value is (138,201,151). Sum of RGB (Red+Green+Blue) = 138+201+151=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #8AC997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC997 is #753668. Grayscale: #B0B0B0. Windows color (decimal): -7681641 or 9947530. OLE color: 9947530.

HSL color Cylindrical-coordinate representation of color #8AC997: hue angle of 132.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AC997 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 201 151 -
CMYK 0.31 0 0.25 0.21
HSL 132.38º 0.37% 0.66% -
HSV(B) 132.38º 0.31% 0.79% -
XYZ 36.95 49.41 36.87 -
YUV 176.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 138 201 151 0.31 0 0.25 0.21 132.38 0.37 0.66
Hex 8A C9 97 1F 0 19 15 84 25 42
Octal 212 311 227 37 0 31 25 204 45 102
Binary 10001010 11001001 10010111 11111 0 11001 10101 10000100 100101 1000010

Color Harmonies of #8AC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC997

Black with #8AC997

Text Example


Text Example

White with #8AC997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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