#8AD394

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

Shades of De York #8AD394

Tints of De York #8AD394

Color information

#8AD394 (or 0x8AD394) is unknown color: approx De York. HEX triplet: 8A, D3 and 94. RGB value is (138,211,148). Sum of RGB (Red+Green+Blue) = 138+211+148=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD394 is #752C6B. Grayscale: #B6B6B6. Windows color (decimal): -7679084 or 9753482. OLE color: 9753482.

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

Color convert

RGB138211148-
CMYK0.3500.300.17
HSL128.22º45.34%68.43%-
HSV(B)128.22º34.6%82.75%-
XYZ39.1254.1336.4-
YUV181.99108.8296.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 211 (82.81% from 255) = 42.45%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=27.77%
G=42.45%
B=29.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1382111480.3500.300.17128.2245.3468.43
Hex8AD3942301E11802d44
Octal212323224430362120055104
Binary10001010110100111001010010001101111010001100000001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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