Html Css Color HEX #8AD391 De York

📋 copy color: '#8AD391'

red 138 ◦ green 211 ◦ blue 145

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

Shades of De York #8AD391

Tints of De York #8AD391

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 145 (57.03% from 255) = 29.35%

R = 27.94%
G = 42.71%
B = 29.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#8AD391 (or 0x8AD391) is known color: De York. HEX triplet: 8A, D3 and 91. RGB value is (138,211,145). Sum of RGB (Red+Green+Blue) = 138+211+145=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD391 is #752C6E. Grayscale: #B5B5B5. Windows color (decimal): -7679087 or 9556874. OLE color: 9556874.

HSL color Cylindrical-coordinate representation of color #8AD391: hue angle of 125.75º degrees, saturation: 0.45, 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 #8AD391 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 211 145 -
CMYK 0.35 0 0.31 0.17
HSL 125.75º 0.45% 0.68% -
HSV(B) 125.75º 0.35% 0.83% -
XYZ 38.89 54.04 35.17 -
YUV 181.65 107.32 96.87 -
System Red Green Blue C M Y K H S L
Decimal 138 211 145 0.35 0 0.31 0.17 125.75 0.45 0.68
Hex 8A D3 91 23 0 1F 11 7E 2D 44
Octal 212 323 221 43 0 37 21 176 55 104
Binary 10001010 11010011 10010001 100011 0 11111 10001 1111110 101101 1000100

Color Harmonies of #8AD391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD391

Black with #8AD391

Text Example


Text Example

White with #8AD391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,211,145); }

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

background-color css

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

 a { background-color: rgb(138,211,145); }

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

border-color css

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

 span { border-color: rgb(138,211,145); }

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