#8AD384

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

Shades of De York #8AD384

Tints of De York #8AD384

Color information

#8AD384 (or 0x8AD384) is unknown color: approx De York. HEX triplet: 8A, D3 and 84. RGB value is (138,211,132). Sum of RGB (Red+Green+Blue) = 138+211+132=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD384 is #752C7B. Grayscale: #B4B4B4. Windows color (decimal): -7679100 or 8704906. OLE color: 8704906.

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

Color convert

RGB138211132-
CMYK0.3500.370.17
HSL115.44º47.31%67.25%-
HSV(B)115.44º37.44%82.75%-
XYZ37.9453.6630.19-
YUV180.17100.8297.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 211 (82.81% from 255) = 43.87%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=28.69%
G=43.87%
B=27.44%

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
Decimal1382111320.3500.370.17115.4447.3167.25
Hex8AD3842302511732f43
Octal212323204430452116357103
Binary10001010110100111000010010001101001011000111100111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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