Html Css Color HEX #94DEA9 Chinook

📋 copy color: '#94DEA9'

red 148 ◦ green 222 ◦ blue 169

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

Shades of Chinook #94DEA9

Tints of Chinook #94DEA9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

 BLUE value IS 169 (66.41% from 255) = 31.35%

R = 27.46%
G = 41.19%
B = 31.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#94DEA9 (or 0x94DEA9) is known color: Chinook. HEX triplet: 94, DE and A9. RGB value is (148,222,169). Sum of RGB (Red+Green+Blue) = 148+222+169=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #94DEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DEA9 is #6B2156. Grayscale: #C1C1C1. Windows color (decimal): -7020887 or 11132564. OLE color: 11132564.

HSL color Cylindrical-coordinate representation of color #94DEA9: hue angle of 137.03º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DEA9 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 222 169 -
CMYK 0.33 0 0.24 0.13
HSL 137.03º 0.53% 0.73% -
HSV(B) 137.03º 0.33% 0.87% -
XYZ 45.5 61.4 46.99 -
YUV 193.83 113.98 95.31 -
System Red Green Blue C M Y K H S L
Decimal 148 222 169 0.33 0 0.24 0.13 137.03 0.53 0.73
Hex 94 DE A9 21 0 18 D 89 35 49
Octal 224 336 251 41 0 30 15 211 65 111
Binary 10010100 11011110 10101001 100001 0 11000 1101 10001001 110101 1001001

Color Harmonies of #94DEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DEA9

Black with #94DEA9

Text Example


Text Example

White with #94DEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,222,169); }

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

background-color css

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

 a { background-color: rgb(148,222,169); }

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

border-color css

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

 span { border-color: rgb(148,222,169); }

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