Html Css Color HEX #94DB9D Chinook

📋 copy color: '#94DB9D'

red 148 ◦ green 219 ◦ blue 157

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

Shades of Chinook #94DB9D

Tints of Chinook #94DB9D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 28.24%
G = 41.79%
B = 29.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#94DB9D (or 0x94DB9D) is known color: Chinook. HEX triplet: 94, DB and 9D. RGB value is (148,219,157). Sum of RGB (Red+Green+Blue) = 148+219+157=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB9D is #6B2462. Grayscale: #BEBEBE. Windows color (decimal): -7021667 or 10345364. OLE color: 10345364.

HSL color Cylindrical-coordinate representation of color #94DB9D: hue angle of 127.61º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DB9D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 219 157 -
CMYK 0.32 0 0.28 0.14
HSL 127.61º 0.5% 0.72% -
HSV(B) 127.61º 0.32% 0.86% -
XYZ 43.63 59.39 41.06 -
YUV 190.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 148 219 157 0.32 0 0.28 0.14 127.61 0.5 0.72
Hex 94 DB 9D 20 0 1C E 80 32 48
Octal 224 333 235 40 0 34 16 200 62 110
Binary 10010100 11011011 10011101 100000 0 11100 1110 10000000 110010 1001000

Color Harmonies of #94DB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB9D

Black with #94DB9D

Text Example


Text Example

White with #94DB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,219,157); }

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

background-color css

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

 a { background-color: rgb(148,219,157); }

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

border-color css

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

 span { border-color: rgb(148,219,157); }

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