Html Css Color HEX #8AD996 De York

📋 copy color: '#8AD996'

red 138 ◦ green 217 ◦ blue 150

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

Shades of De York #8AD996

Tints of De York #8AD996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.7%

R = 27.33%
G = 42.97%
B = 29.7%

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

#8AD996 (or 0x8AD996) is known color: De York. HEX triplet: 8A, D9 and 96. RGB value is (138,217,150). Sum of RGB (Red+Green+Blue) = 138+217+150=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD996 is #752669. Grayscale: #B9B9B9. Windows color (decimal): -7677546 or 9886090. OLE color: 9886090.

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

Color convert

RGB 138 217 150 -
CMYK 0.36 0 0.31 0.15
HSL 129.11º 0.51% 0.7% -
HSV(B) 129.11º 0.36% 0.85% -
XYZ 40.8 57.23 37.75 -
YUV 185.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 138 217 150 0.36 0 0.31 0.15 129.11 0.51 0.7
Hex 8A D9 96 24 0 1F F 81 33 46
Octal 212 331 226 44 0 37 17 201 63 106
Binary 10001010 11011001 10010110 100100 0 11111 1111 10000001 110011 1000110

Color Harmonies of #8AD996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD996

Black with #8AD996

Text Example


Text Example

White with #8AD996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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