#94E2A0

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

Shades of Chinook #94E2A0

Tints of Chinook #94E2A0

Color information

#94E2A0 (or 0x94E2A0) is unknown color: approx Chinook. HEX triplet: 94, E2 and A0. RGB value is (148,226,160). Sum of RGB (Red+Green+Blue) = 148+226+160=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #94E2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E2A0 is #6B1D5F. Grayscale: #C3C3C3. Windows color (decimal): -7019872 or 10543764. OLE color: 10543764.

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

Color convert

RGB148226160-
CMYK0.3500.290.11
HSL129.23º57.35%73.33%-
HSV(B)129.23º34.51%88.63%-
XYZ45.7563.2343.05-
YUV195.15108.1694.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.72%
GREEN value IS 226 (88.67% from 255) = 42.32%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=27.72%
G=42.32%
B=29.96%

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
Decimal1482261600.3500.290.11129.2357.3573.33
Hex94E2A02301DB813949
Octal224342240430351320171111
Binary1001010011100010101000001000110111011011100000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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