#94D6A5

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

Shades of Chinook #94D6A5

Tints of Chinook #94D6A5

Color information

#94D6A5 (or 0x94D6A5) is unknown color: approx Chinook. HEX triplet: 94, D6 and A5. RGB value is (148,214,165). Sum of RGB (Red+Green+Blue) = 148+214+165=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #94D6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D6A5 is #6B295A. Grayscale: #BCBCBC. Windows color (decimal): -7022939 or 10868372. OLE color: 10868372.

HSL color Cylindrical-coordinate representation of color #94D6A5: hue angle of 135.45º degrees, saturation: 0.45, 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 #94D6A5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB148214165-
CMYK0.3100.230.16
HSL135.45º44.59%70.98%-
HSV(B)135.45º30.84%83.92%-
XYZ43.0557.1144.35-
YUV188.68114.6398.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=28.08%
G=40.61%
B=31.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141650.3100.230.16135.4544.5970.98
Hex94D6A51F01710872d47
Octal224326245370272020755107
Binary1001010011010110101001011111101011110000100001111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,165); }

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

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

 a { background-color: rgb(148,214,165); }

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

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

 span { border-color: rgb(148,214,165); }

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