Html Css Color HEX #94DD9C Chinook

📋 copy color: '#94DD9C'

red 148 ◦ green 221 ◦ blue 156

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

Shades of Chinook #94DD9C

Tints of Chinook #94DD9C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.1%

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

R = 28.19%
G = 42.1%
B = 29.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#94DD9C (or 0x94DD9C) is known color: Chinook. HEX triplet: 94, DD and 9C. RGB value is (148,221,156). Sum of RGB (Red+Green+Blue) = 148+221+156=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD9C is #6B2263. Grayscale: #BFBFBF. Windows color (decimal): -7021156 or 10280340. OLE color: 10280340.

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

Color convert

RGB 148 221 156 -
CMYK 0.33 0 0.29 0.13
HSL 126.58º 0.52% 0.72% -
HSV(B) 126.58º 0.33% 0.87% -
XYZ 44.07 60.41 40.79 -
YUV 191.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 148 221 156 0.33 0 0.29 0.13 126.58 0.52 0.72
Hex 94 DD 9C 21 0 1D D 7F 34 48
Octal 224 335 234 41 0 35 15 177 64 110
Binary 10010100 11011101 10011100 100001 0 11101 1101 1111111 110100 1001000

Color Harmonies of #94DD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD9C

Black with #94DD9C

Text Example


Text Example

White with #94DD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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