Html Css Color HEX #94DD9F Chinook

📋 copy color: '#94DD9F'

red 148 ◦ green 221 ◦ blue 159

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

Shades of Chinook #94DD9F

Tints of Chinook #94DD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.11%

R = 28.03%
G = 41.86%
B = 30.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#94DD9F (or 0x94DD9F) is known color: Chinook. HEX triplet: 94, DD and 9F. RGB value is (148,221,159). Sum of RGB (Red+Green+Blue) = 148+221+159=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD9F is #6B2260. Grayscale: #C0C0C0. Windows color (decimal): -7021153 or 10476948. OLE color: 10476948.

HSL color Cylindrical-coordinate representation of color #94DD9F: hue angle of 129.04º 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 #94DD9F is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 221 159 -
CMYK 0.33 0 0.28 0.13
HSL 129.04º 0.52% 0.72% -
HSV(B) 129.04º 0.33% 0.87% -
XYZ 44.33 60.51 42.14 -
YUV 192.11 109.32 96.54 -
System Red Green Blue C M Y K H S L
Decimal 148 221 159 0.33 0 0.28 0.13 129.04 0.52 0.72
Hex 94 DD 9F 21 0 1C D 81 34 48
Octal 224 335 237 41 0 34 15 201 64 110
Binary 10010100 11011101 10011111 100001 0 11100 1101 10000001 110100 1001000

Color Harmonies of #94DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD9F

Black with #94DD9F

Text Example


Text Example

White with #94DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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