Html Css Color HEX #8AD894 De York

📋 copy color: '#8AD894'

red 138 ◦ green 216 ◦ blue 148

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

Shades of De York #8AD894

Tints of De York #8AD894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 27.49%
G = 43.03%
B = 29.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#8AD894 (or 0x8AD894) is known color: De York. HEX triplet: 8A, D8 and 94. RGB value is (138,216,148). Sum of RGB (Red+Green+Blue) = 138+216+148=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD894 is #75276B. Grayscale: #B9B9B9. Windows color (decimal): -7677804 or 9754762. OLE color: 9754762.

HSL color Cylindrical-coordinate representation of color #8AD894: hue angle of 127.69º 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 #8AD894 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 216 148 -
CMYK 0.36 0 0.31 0.15
HSL 127.69º 0.5% 0.69% -
HSV(B) 127.69º 0.36% 0.85% -
XYZ 40.38 56.65 36.82 -
YUV 184.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 138 216 148 0.36 0 0.31 0.15 127.69 0.5 0.69
Hex 8A D8 94 24 0 1F F 80 32 45
Octal 212 330 224 44 0 37 17 200 62 105
Binary 10001010 11011000 10010100 100100 0 11111 1111 10000000 110010 1000101

Color Harmonies of #8AD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD894

Black with #8AD894

Text Example


Text Example

White with #8AD894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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