#93E5A4

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

Shades of Chinook #93E5A4

Tints of Chinook #93E5A4

Color information

#93E5A4 (or 0x93E5A4) is unknown color: approx Chinook. HEX triplet: 93, E5 and A4. RGB value is (147,229,164). Sum of RGB (Red+Green+Blue) = 147+229+164=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #93E5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E5A4 is #6C1A5B. Grayscale: #C5C5C5. Windows color (decimal): -7084636 or 10806675. OLE color: 10806675.

HSL color Cylindrical-coordinate representation of color #93E5A4: hue angle of 132.44º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E5A4 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB147229164-
CMYK0.3600.280.10
HSL132.44º61.19%73.73%-
HSV(B)132.44º35.81%89.8%-
XYZ46.7564.9245.19-
YUV197.07109.3392.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.22%
GREEN value IS 229 (89.84% from 255) = 42.41%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=27.22%
G=42.41%
B=30.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1472291640.3600.280.10132.4461.1973.73
Hex93E5A42401CA843d4a
Octal223345244440341220475112
Binary1001001111100101101001001001000111001010100001001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,229,164); }

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

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

 a { background-color: rgb(147,229,164); }

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

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

 span { border-color: rgb(147,229,164); }

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