#94D0A5

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

Shades of Chinook #94D0A5

Tints of Chinook #94D0A5

Color information

#94D0A5 (or 0x94D0A5) is unknown color: approx Chinook. HEX triplet: 94, D0 and A5. RGB value is (148,208,165). Sum of RGB (Red+Green+Blue) = 148+208+165=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #94D0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D0A5 is #6B2F5A. Grayscale: #B9B9B9. Windows color (decimal): -7024475 or 10866836. OLE color: 10866836.

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

Color convert

RGB148208165-
CMYK0.2900.210.18
HSL137º38.96%69.8%-
HSV(B)137º28.85%81.57%-
XYZ41.5654.1243.85-
YUV185.16116.62101.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=28.41%
G=39.92%
B=31.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482081650.2900.210.1813738.9669.8
Hex94D0A51D01512892746
Octal224320245350252221147106
Binary1001010011010000101001011110101010110010100010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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