Html Css Color HEX #94D1A4 Chinook

📋 copy color: '#94D1A4'

red 148 ◦ green 209 ◦ blue 164

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

Shades of Chinook #94D1A4

Tints of Chinook #94D1A4

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 164 (64.45% from 255) = 31.48%

R = 28.41%
G = 40.12%
B = 31.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#94D1A4 (or 0x94D1A4) is known color: Chinook. HEX triplet: 94, D1 and A4. RGB value is (148,209,164). Sum of RGB (Red+Green+Blue) = 148+209+164=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D1A4 is #6B2E5B. Grayscale: #B9B9B9. Windows color (decimal): -7024220 or 10801556. OLE color: 10801556.

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

Color convert

RGB 148 209 164 -
CMYK 0.29 0 0.22 0.18
HSL 135.74º 0.4% 0.7% -
HSV(B) 135.74º 0.29% 0.82% -
XYZ 41.71 54.58 43.46 -
YUV 185.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 148 209 164 0.29 0 0.22 0.18 135.74 0.4 0.7
Hex 94 D1 A4 1D 0 16 12 88 28 46
Octal 224 321 244 35 0 26 22 210 50 106
Binary 10010100 11010001 10100100 11101 0 10110 10010 10001000 101000 1000110

Color Harmonies of #94D1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D1A4

Black with #94D1A4

Text Example


Text Example

White with #94D1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,209,164); }

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

background-color css

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

 a { background-color: rgb(148,209,164); }

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

border-color css

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

 span { border-color: rgb(148,209,164); }

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