Html Css Color HEX #8AD489 De York

📋 copy color: '#8AD489'

red 138 ◦ green 212 ◦ blue 137

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

Shades of De York #8AD489

Tints of De York #8AD489

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.53%

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

R = 28.34%
G = 43.53%
B = 28.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#8AD489 (or 0x8AD489) is known color: De York. HEX triplet: 8A, D4 and 89. RGB value is (138,212,137). Sum of RGB (Red+Green+Blue) = 138+212+137=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD489 is #752B76. Grayscale: #B5B5B5. Windows color (decimal): -7678839 or 9032842. OLE color: 9032842.

HSL color Cylindrical-coordinate representation of color #8AD489: hue angle of 119.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD489 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 212 137 -
CMYK 0.35 0 0.35 0.17
HSL 119.2º 0.47% 0.68% -
HSV(B) 119.2º 0.35% 0.83% -
XYZ 38.54 54.3 32.12 -
YUV 181.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 138 212 137 0.35 0 0.35 0.17 119.2 0.47 0.68
Hex 8A D4 89 23 0 23 11 77 2F 44
Octal 212 324 211 43 0 43 21 167 57 104
Binary 10001010 11010100 10001001 100011 0 100011 10001 1110111 101111 1000100

Color Harmonies of #8AD489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD489

Black with #8AD489

Text Example


Text Example

White with #8AD489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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