#8AD693

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

Shades of De York #8AD693

Tints of De York #8AD693

Color information

#8AD693 (or 0x8AD693) is unknown color: approx De York. HEX triplet: 8A, D6 and 93. RGB value is (138,214,147). Sum of RGB (Red+Green+Blue) = 138+214+147=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD693 is #75296C. Grayscale: #B7B7B7. Windows color (decimal): -7678317 or 9688714. OLE color: 9688714.

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

Color convert

RGB138214147-
CMYK0.3600.310.16
HSL127.11º48.1%69.02%-
HSV(B)127.11º35.51%83.92%-
XYZ39.7955.636.24-
YUV183.64107.3295.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.66%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=27.66%
G=42.89%
B=29.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382141470.3600.310.16127.1148.169.02
Hex8AD6932401F107f3045
Octal212326223440372017760105
Binary1000101011010110100100111001000111111000011111111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,214,147); }

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

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

 a { background-color: rgb(138,214,147); }

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

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

 span { border-color: rgb(138,214,147); }

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