Html Css Color HEX #94DA9C Chinook

📋 copy color: '#94DA9C'

red 148 ◦ green 218 ◦ blue 156

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

Shades of Chinook #94DA9C

Tints of Chinook #94DA9C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.76%

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

R = 28.35%
G = 41.76%
B = 29.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#94DA9C (or 0x94DA9C) is known color: Chinook. HEX triplet: 94, DA and 9C. RGB value is (148,218,156). Sum of RGB (Red+Green+Blue) = 148+218+156=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA9C is #6B2563. Grayscale: #BEBEBE. Windows color (decimal): -7021924 or 10279572. OLE color: 10279572.

HSL color Cylindrical-coordinate representation of color #94DA9C: hue angle of 126.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DA9C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 156 -
CMYK 0.32 0 0.28 0.15
HSL 126.86º 0.49% 0.72% -
HSV(B) 126.86º 0.32% 0.85% -
XYZ 43.28 58.84 40.53 -
YUV 190 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 148 218 156 0.32 0 0.28 0.15 126.86 0.49 0.72
Hex 94 DA 9C 20 0 1C F 7F 31 48
Octal 224 332 234 40 0 34 17 177 61 110
Binary 10010100 11011010 10011100 100000 0 11100 1111 1111111 110001 1001000

Color Harmonies of #94DA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA9C

Black with #94DA9C

Text Example


Text Example

White with #94DA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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