#94D19F

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

Shades of Chinook #94D19F

Tints of Chinook #94D19F

Color information

#94D19F (or 0x94D19F) is unknown color: approx Chinook. HEX triplet: 94, D1 and 9F. RGB value is (148,209,159). Sum of RGB (Red+Green+Blue) = 148+209+159=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 209 - color contains mainly: green. Hex color #94D19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D19F is #6B2E60. Grayscale: #B9B9B9. Windows color (decimal): -7024225 or 10473876. OLE color: 10473876.

HSL color Cylindrical-coordinate representation of color #94D19F: hue angle of 130.82º degrees, saturation: 0.4, 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 #94D19F is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB148209159-
CMYK0.2900.240.18
HSL130.82º39.87%70%-
HSV(B)130.82º29.19%81.96%-
XYZ41.2754.441.13-
YUV185.06113.29101.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=28.68%
G=40.50%
B=30.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482091590.2900.240.18130.8239.8770
Hex94D19F1D01812832846
Octal224321237350302220350106
Binary1001010011010001100111111110101100010010100000111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,159); }

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

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

 a { background-color: rgb(148,209,159); }

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

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

 span { border-color: rgb(148,209,159); }

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