#93e29e

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

Shades of Chinook #93E29E

Tints of Chinook #93E29E

Color information

#93E29E (or 0x93E29E) is unknown color: approx Chinook. HEX triplet: 93, E2 and 9E. RGB value is (147,226,158). Sum of RGB (Red+Green+Blue) = 147+226+158=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #93E29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93E29E is #6C1D61. Grayscale: #C2C2C2. Windows color (decimal): -7085410 or 10412691. OLE color: 10412691.

HSL color Cylindrical-coordinate representation of color #93E29E: hue angle of 128.35º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E29E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB147226158-
CMYK0.3500.300.11
HSL128.35º57.66%73.14%-
HSV(B)128.35º34.96%88.63%-
XYZ45.463.0642.13-
YUV194.63107.3394.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 226 (88.67% from 255) = 42.56%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=27.68%
G=42.56%
B=29.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1472261580.3500.300.11128.3557.6673.14
Hex93E29E2301EB803a49
Octal223342236430361320072111
Binary1001001111100010100111101000110111101011100000001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93e29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,226,158); }

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

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

 a { background-color: rgb(147,226,158); }

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

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

 span { border-color: rgb(147,226,158); }

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