Html Css Color HEX #8AD994 De York

📋 copy color: '#8AD994'

red 138 ◦ green 217 ◦ blue 148

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

Shades of De York #8AD994

Tints of De York #8AD994

RGB

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

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

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

R = 27.44%
G = 43.14%
B = 29.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#8AD994 (or 0x8AD994) is known color: De York. HEX triplet: 8A, D9 and 94. RGB value is (138,217,148). Sum of RGB (Red+Green+Blue) = 138+217+148=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD994 is #75266B. Grayscale: #B9B9B9. Windows color (decimal): -7677548 or 9755018. OLE color: 9755018.

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

Color convert

RGB 138 217 148 -
CMYK 0.36 0 0.32 0.15
HSL 127.59º 0.51% 0.7% -
HSV(B) 127.59º 0.36% 0.85% -
XYZ 40.64 57.17 36.91 -
YUV 185.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 138 217 148 0.36 0 0.32 0.15 127.59 0.51 0.7
Hex 8A D9 94 24 0 20 F 80 33 46
Octal 212 331 224 44 0 40 17 200 63 106
Binary 10001010 11011001 10010100 100100 0 100000 1111 10000000 110011 1000110

Color Harmonies of #8AD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD994

Black with #8AD994

Text Example


Text Example

White with #8AD994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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