Html Css Color HEX #8AD897 De York

📋 copy color: '#8AD897'

red 138 ◦ green 216 ◦ blue 151

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

Shades of De York #8AD897

Tints of De York #8AD897

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.77%

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

R = 27.33%
G = 42.77%
B = 29.9%

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

#8AD897 (or 0x8AD897) is known color: De York. HEX triplet: 8A, D8 and 97. RGB value is (138,216,151). Sum of RGB (Red+Green+Blue) = 138+216+151=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD897 is #752768. Grayscale: #B9B9B9. Windows color (decimal): -7677801 or 9951370. OLE color: 9951370.

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

Color convert

RGB 138 216 151 -
CMYK 0.36 0 0.30 0.15
HSL 130º 0.5% 0.69% -
HSV(B) 130º 0.36% 0.85% -
XYZ 40.62 56.75 38.09 -
YUV 185.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 138 216 151 0.36 0 0.30 0.15 130 0.5 0.69
Hex 8A D8 97 24 0 1E F 82 32 45
Octal 212 330 227 44 0 36 17 202 62 105
Binary 10001010 11011000 10010111 100100 0 11110 1111 10000010 110010 1000101

Color Harmonies of #8AD897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD897

Black with #8AD897

Text Example


Text Example

White with #8AD897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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