#94E2A1

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

Shades of Chinook #94E2A1

Tints of Chinook #94E2A1

Color information

#94E2A1 (or 0x94E2A1) is unknown color: approx Chinook. HEX triplet: 94, E2 and A1. RGB value is (148,226,161). Sum of RGB (Red+Green+Blue) = 148+226+161=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #94E2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E2A1 is #6B1D5E. Grayscale: #C3C3C3. Windows color (decimal): -7019871 or 10609300. OLE color: 10609300.

HSL color Cylindrical-coordinate representation of color #94E2A1: hue angle of 130º degrees, saturation: 0.57, 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 #94E2A1 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB148226161-
CMYK0.3500.290.11
HSL130º57.35%73.33%-
HSV(B)130º34.51%88.63%-
XYZ45.8463.2643.51-
YUV195.27108.6694.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 226 (88.67% from 255) = 42.24%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=27.66%
G=42.24%
B=30.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1482261610.3500.290.1113057.3573.33
Hex94E2A12301DB823949
Octal224342241430351320271111
Binary1001010011100010101000011000110111011011100000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,226,161); }

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

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

 a { background-color: rgb(148,226,161); }

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

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

 span { border-color: rgb(148,226,161); }

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