#94E0A1

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

Shades of Chinook #94E0A1

Tints of Chinook #94E0A1

Color information

#94E0A1 (or 0x94E0A1) is unknown color: approx Chinook. HEX triplet: 94, E0 and A1. RGB value is (148,224,161). Sum of RGB (Red+Green+Blue) = 148+224+161=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #94E0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E0A1 is #6B1F5E. Grayscale: #C2C2C2. Windows color (decimal): -7020383 or 10608788. OLE color: 10608788.

HSL color Cylindrical-coordinate representation of color #94E0A1: hue angle of 130.26º degrees, saturation: 0.55, 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 #94E0A1 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB148224161-
CMYK0.3400.280.12
HSL130.26º55.07%72.94%-
HSV(B)130.26º33.93%87.84%-
XYZ45.362.1843.33-
YUV194.09109.3295.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 224 (87.89% from 255) = 42.03%
BLUE value IS 161 (63.28% from 255) = 30.21%
R=27.77%
G=42.03%
B=30.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482241610.3400.280.12130.2655.0772.94
Hex94E0A12201CC823749
Octal224340241420341420267111
Binary1001010011100000101000011000100111001100100000101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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