#94D59A

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

Shades of Chinook #94D59A

Tints of Chinook #94D59A

Color information

#94D59A (or 0x94D59A) is unknown color: approx Chinook. HEX triplet: 94, D5 and 9A. RGB value is (148,213,154). Sum of RGB (Red+Green+Blue) = 148+213+154=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 154 (60.55% from 255 or 29.90% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #94D59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D59A is #6B2A65. Grayscale: #BBBBBB. Windows color (decimal): -7023206 or 10147220. OLE color: 10147220.

HSL color Cylindrical-coordinate representation of color #94D59A: hue angle of 125.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D59A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB148213154-
CMYK0.3100.280.16
HSL125.54º43.62%70.78%-
HSV(B)125.54º30.52%83.53%-
XYZ41.8456.2239.22-
YUV186.84109.47100.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 154 (60.55% from 255) = 29.90%
R=28.74%
G=41.36%
B=29.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131540.3100.280.16125.5443.6270.78
Hex94D59A1F01C107e2c47
Octal224325232370342017654107
Binary100101001101010110011010111110111001000011111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,154); }

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

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

 a { background-color: rgb(148,213,154); }

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

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

 span { border-color: rgb(148,213,154); }

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