#94e29e

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

Shades of Chinook #94E29E

Tints of Chinook #94E29E

Color information

#94E29E (or 0x94E29E) is unknown color: approx Chinook. HEX triplet: 94, E2 and 9E. RGB value is (148,226,158). Sum of RGB (Red+Green+Blue) = 148+226+158=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #94E29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E29E is #6B1D61. Grayscale: #C3C3C3. Windows color (decimal): -7019874 or 10412692. OLE color: 10412692.

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

Color convert

RGB148226158-
CMYK0.3500.300.11
HSL127.69º57.35%73.33%-
HSV(B)127.69º34.51%88.63%-
XYZ45.5863.1642.14-
YUV194.93107.1694.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.82%
GREEN value IS 226 (88.67% from 255) = 42.48%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=27.82%
G=42.48%
B=29.70%

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
Decimal1482261580.3500.300.11127.6957.3573.33
Hex94E29E2301EB803949
Octal224342236430361320071111
Binary1001010011100010100111101000110111101011100000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94e29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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