#8AD391

Color #8AD391 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8AD391

Tints of De York #8AD391

Color information

#8AD391 (or 0x8AD391) is unknown color: approx 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

RGB138211145-
CMYK0.3500.310.17
HSL125.75º45.34%68.43%-
HSV(B)125.75º34.6%82.75%-
XYZ38.8954.0435.17-
YUV181.65107.3296.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% 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 (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111450.3500.310.17125.7545.3468.43
Hex8AD3912301F117e2d44
Octal212323221430372117655104
Binary1000101011010011100100011000110111111000111111101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>