#8AD385

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

Shades of De York #8AD385

Tints of De York #8AD385

Color information

#8AD385 (or 0x8AD385) is unknown color: approx De York. HEX triplet: 8A, D3 and 85. RGB value is (138,211,133). Sum of RGB (Red+Green+Blue) = 138+211+133=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD385 is #752C7A. Grayscale: #B4B4B4. Windows color (decimal): -7679099 or 8770442. OLE color: 8770442.

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

Color convert

RGB138211133-
CMYK0.3500.370.17
HSL116.15º46.99%67.45%-
HSV(B)116.15º36.97%82.75%-
XYZ38.0153.6930.55-
YUV180.28101.3297.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 211 (82.81% from 255) = 43.78%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=28.63%
G=43.78%
B=27.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111330.3500.370.17116.1546.9967.45
Hex8AD3852302511742f43
Octal212323205430452116457103
Binary10001010110100111000010110001101001011000111101001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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