Html Css Color HEX #94D9A0 Chinook

📋 copy color: '#94D9A0'

red 148 ◦ green 217 ◦ blue 160

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

Shades of Chinook #94D9A0

Tints of Chinook #94D9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.33%

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 28.19%
G = 41.33%
B = 30.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#94D9A0 (or 0x94D9A0) is known color: Chinook. HEX triplet: 94, D9 and A0. RGB value is (148,217,160). Sum of RGB (Red+Green+Blue) = 148+217+160=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A0 is #6B265F. Grayscale: #BEBEBE. Windows color (decimal): -7022176 or 10541460. OLE color: 10541460.

HSL color Cylindrical-coordinate representation of color #94D9A0: hue angle of 130.43º degrees, saturation: 0.48, 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 #94D9A0 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 160 -
CMYK 0.32 0 0.26 0.15
HSL 130.43º 0.48% 0.72% -
HSV(B) 130.43º 0.32% 0.85% -
XYZ 43.37 58.46 42.26 -
YUV 189.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 148 217 160 0.32 0 0.26 0.15 130.43 0.48 0.72
Hex 94 D9 A0 20 0 1A F 82 30 48
Octal 224 331 240 40 0 32 17 202 60 110
Binary 10010100 11011001 10100000 100000 0 11010 1111 10000010 110000 1001000

Color Harmonies of #94D9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D9A0

Black with #94D9A0

Text Example


Text Example

White with #94D9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,217,160); }

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

background-color css

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

 a { background-color: rgb(148,217,160); }

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

border-color css

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

 span { border-color: rgb(148,217,160); }

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