#8AD388

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

Shades of De York #8AD388

Tints of De York #8AD388

Color information

#8AD388 (or 0x8AD388) is unknown color: approx De York. HEX triplet: 8A, D3 and 88. RGB value is (138,211,136). Sum of RGB (Red+Green+Blue) = 138+211+136=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD388 is #752C77. Grayscale: #B4B4B4. Windows color (decimal): -7679096 or 8967050. OLE color: 8967050.

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

Color convert

RGB138211136-
CMYK0.3500.360.17
HSL118.4º46.01%68.04%-
HSV(B)118.4º35.55%82.75%-
XYZ38.2253.7731.66-
YUV180.62102.8297.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.45%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=28.45%
G=43.51%
B=28.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111360.3500.360.17118.446.0168.04
Hex8AD3882302411762e44
Octal212323210430442116656104
Binary10001010110100111000100010001101001001000111101101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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