Html Css Color HEX #8AD588 De York

📋 copy color: '#8AD588'

red 138 ◦ green 213 ◦ blue 136

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

Shades of De York #8AD588

Tints of De York #8AD588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.74%

 BLUE value IS 136 (53.52% from 255) = 27.93%

R = 28.34%
G = 43.74%
B = 27.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#8AD588 (or 0x8AD588) is known color: De York. HEX triplet: 8A, D5 and 88. RGB value is (138,213,136). Sum of RGB (Red+Green+Blue) = 138+213+136=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD588 is #752A77. Grayscale: #B6B6B6. Windows color (decimal): -7678584 or 8967562. OLE color: 8967562.

HSL color Cylindrical-coordinate representation of color #8AD588: hue angle of 118.44º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD588 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 136 -
CMYK 0.35 0 0.36 0.16
HSL 118.44º 0.48% 0.68% -
HSV(B) 118.44º 0.36% 0.84% -
XYZ 38.72 54.77 31.82 -
YUV 181.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 138 213 136 0.35 0 0.36 0.16 118.44 0.48 0.68
Hex 8A D5 88 23 0 24 10 76 30 44
Octal 212 325 210 43 0 44 20 166 60 104
Binary 10001010 11010101 10001000 100011 0 100100 10000 1110110 110000 1000100

Color Harmonies of #8AD588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD588

Black with #8AD588

Text Example


Text Example

White with #8AD588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,136); }

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

background-color css

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

 a { background-color: rgb(138,213,136); }

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

border-color css

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

 span { border-color: rgb(138,213,136); }

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