#94D09C

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

Shades of Chinook #94D09C

Tints of Chinook #94D09C

Color information

#94D09C (or 0x94D09C) is unknown color: approx Chinook. HEX triplet: 94, D0 and 9C. RGB value is (148,208,156). Sum of RGB (Red+Green+Blue) = 148+208+156=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #94D09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D09C is #6B2F63. Grayscale: #B8B8B8. Windows color (decimal): -7024484 or 10277012. OLE color: 10277012.

HSL color Cylindrical-coordinate representation of color #94D09C: hue angle of 128º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D09C is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB148208156-
CMYK0.2900.250.18
HSL128º38.96%69.8%-
HSV(B)128º28.85%81.57%-
XYZ40.7753.8139.69-
YUV184.13112.12102.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=28.91%
G=40.62%
B=30.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482081560.2900.250.1812838.9669.8
Hex94D09C1D01912802746
Octal224320234350312220047106
Binary1001010011010000100111001110101100110010100000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,208,156); }

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

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

 a { background-color: rgb(148,208,156); }

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

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

 span { border-color: rgb(148,208,156); }

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