Html Css Color HEX #94D79C Chinook

📋 copy color: '#94D79C'

red 148 ◦ green 215 ◦ blue 156

#94D79C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #94D79C

Tints of Chinook #94D79C

RGB

 RED value IS 148 (58.2% from 255) = 28.52%

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 156 (61.33% from 255) = 30.06%

R = 28.52%
G = 41.43%
B = 30.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#94D79C (or 0x94D79C) is known color: Chinook. HEX triplet: 94, D7 and 9C. RGB value is (148,215,156). Sum of RGB (Red+Green+Blue) = 148+215+156=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #94D79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D79C is #6B2863. Grayscale: #BCBCBC. Windows color (decimal): -7022692 or 10278804. OLE color: 10278804.

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

Color convert

RGB 148 215 156 -
CMYK 0.31 0 0.27 0.16
HSL 127.16º 0.46% 0.71% -
HSV(B) 127.16º 0.31% 0.84% -
XYZ 42.51 57.3 40.27 -
YUV 188.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 148 215 156 0.31 0 0.27 0.16 127.16 0.46 0.71
Hex 94 D7 9C 1F 0 1B 10 7F 2E 47
Octal 224 327 234 37 0 33 20 177 56 107
Binary 10010100 11010111 10011100 11111 0 11011 10000 1111111 101110 1000111

Color Harmonies of #94D79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D79C

Black with #94D79C

Text Example


Text Example

White with #94D79C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94D79C;
 }
 .AnyTagClassName
 {
   color: #94D79C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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