#94e19d

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

Shades of Chinook #94E19D

Tints of Chinook #94E19D

Color information

#94E19D (or 0x94E19D) is unknown color: approx Chinook. HEX triplet: 94, E1 and 9D. RGB value is (148,225,157). Sum of RGB (Red+Green+Blue) = 148+225+157=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #94E19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E19D is #6B1E62. Grayscale: #C2C2C2. Windows color (decimal): -7020131 or 10346900. OLE color: 10346900.

HSL color Cylindrical-coordinate representation of color #94E19D: hue angle of 127.01º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94E19D is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB148225157-
CMYK0.3400.300.12
HSL127.01º56.2%73.14%-
HSV(B)127.01º34.22%88.24%-
XYZ45.2262.5841.59-
YUV194.22106.9995.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.92%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=27.92%
G=42.45%
B=29.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482251570.3400.300.12127.0156.273.14
Hex94E19D2201EC7f3849
Octal224341235420361417770111
Binary100101001110000110011101100010011110110011111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94e19d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94e19d; }

 p { color: rgb(148,225,157); }

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

<style>
 a { background-color: #94e19d; }

 a { background-color: rgb(148,225,157); }

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

<style>
 span { border-color: #94e19d; }

 span { border-color: rgb(148,225,157); }

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