#93CE8A

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

Shades of De York #93CE8A

Tints of De York #93CE8A

Color information

#93CE8A (or 0x93CE8A) is unknown color: approx De York. HEX triplet: 93, CE and 8A. RGB value is (147,206,138). Sum of RGB (Red+Green+Blue) = 147+206+138=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CE8A is #6C3175. Grayscale: #B4B4B4. Windows color (decimal): -7090550 or 9096851. OLE color: 9096851.

HSL color Cylindrical-coordinate representation of color #93CE8A: hue angle of 112.06º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93CE8A is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB147206138-
CMYK0.2900.330.19
HSL112.06º40.96%67.45%-
HSV(B)112.06º33.01%80.78%-
XYZ38.6952.1832.08-
YUV180.61103.95104.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.94%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=29.94%
G=41.96%
B=28.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1472061380.2900.330.19112.0640.9667.45
Hex93CE8A1D02113702943
Octal223316212350412316051103
Binary1001001111001110100010101110101000011001111100001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CE8A; }

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

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

<style>
 a { background-color: #93CE8A; }

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

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

<style>
 span { border-color: #93CE8A; }

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

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