#94CC9E

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

Shades of Chinook #94CC9E

Tints of Chinook #94CC9E

Color information

#94CC9E (or 0x94CC9E) is unknown color: approx Chinook. HEX triplet: 94, CC and 9E. RGB value is (148,204,158). Sum of RGB (Red+Green+Blue) = 148+204+158=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC9E is #6B3361. Grayscale: #B6B6B6. Windows color (decimal): -7025506 or 10407060. OLE color: 10407060.

HSL color Cylindrical-coordinate representation of color #94CC9E: hue angle of 130.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CC9E is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB148204158-
CMYK0.2700.230.2
HSL130.71º35.44%69.02%-
HSV(B)130.71º27.45%80%-
XYZ39.9851.9540.27-
YUV182.01114.45103.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=29.02%
G=40%
B=30.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041580.2700.230.2130.7135.4469.02
Hex94CC9E1B01714832345
Octal224314236330272420343105
Binary1001010011001100100111101101101011110100100000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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