#8AD591

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

Shades of De York #8AD591

Tints of De York #8AD591

Color information

#8AD591 (or 0x8AD591) is unknown color: approx De York. HEX triplet: 8A, D5 and 91. RGB value is (138,213,145). Sum of RGB (Red+Green+Blue) = 138+213+145=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD591 is #752A6E. Grayscale: #B7B7B7. Windows color (decimal): -7678575 or 9557386. OLE color: 9557386.

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

Color convert

RGB138213145-
CMYK0.3500.320.16
HSL125.6º47.17%68.82%-
HSV(B)125.6º35.21%83.53%-
XYZ39.3955.0435.34-
YUV182.82106.6596.03-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=27.82%
G=42.94%
B=29.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382131450.3500.320.16125.647.1768.82
Hex8AD59123020107e2f45
Octal212325221430402017657105
Binary10001010110101011001000110001101000001000011111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AD591;
 }
 .AnyTagClassName
 {
   color: #8AD591;
 }
</style>
background-color css

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

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

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

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

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

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