Html Css Color HEX #8AD989 De York

📋 copy color: '#8AD989'

red 138 ◦ green 217 ◦ blue 137

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

Shades of De York #8AD989

Tints of De York #8AD989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.85%

R = 28.05%
G = 44.11%
B = 27.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#8AD989 (or 0x8AD989) is known color: De York. HEX triplet: 8A, D9 and 89. RGB value is (138,217,137). Sum of RGB (Red+Green+Blue) = 138+217+137=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD989 is #752676. Grayscale: #B8B8B8. Windows color (decimal): -7677559 or 9034122. OLE color: 9034122.

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

Color convert

RGB 138 217 137 -
CMYK 0.36 0 0.37 0.15
HSL 119.25º 0.51% 0.69% -
HSV(B) 119.25º 0.37% 0.85% -
XYZ 39.81 56.84 32.54 -
YUV 184.26 101.33 95 -
System Red Green Blue C M Y K H S L
Decimal 138 217 137 0.36 0 0.37 0.15 119.25 0.51 0.69
Hex 8A D9 89 24 0 25 F 77 33 45
Octal 212 331 211 44 0 45 17 167 63 105
Binary 10001010 11011001 10001001 100100 0 100101 1111 1110111 110011 1000101

Color Harmonies of #8AD989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD989

Black with #8AD989

Text Example


Text Example

White with #8AD989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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