Html Css Color HEX #94D49A Chinook

📋 copy color: '#94D49A'

red 148 ◦ green 212 ◦ blue 154

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

Shades of Chinook #94D49A

Tints of Chinook #94D49A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.25%

 BLUE value IS 154 (60.55% from 255) = 29.96%

R = 28.79%
G = 41.25%
B = 29.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#94D49A (or 0x94D49A) is known color: Chinook. HEX triplet: 94, D4 and 9A. RGB value is (148,212,154). Sum of RGB (Red+Green+Blue) = 148+212+154=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #94D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D49A is #6B2B65. Grayscale: #BABABA. Windows color (decimal): -7023462 or 10146964. OLE color: 10146964.

HSL color Cylindrical-coordinate representation of color #94D49A: hue angle of 125.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D49A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 212 154 -
CMYK 0.30 0 0.27 0.17
HSL 125.63º 0.43% 0.71% -
HSV(B) 125.63º 0.3% 0.83% -
XYZ 41.59 55.72 39.13 -
YUV 186.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 148 212 154 0.30 0 0.27 0.17 125.63 0.43 0.71
Hex 94 D4 9A 1E 0 1B 11 7E 2B 47
Octal 224 324 232 36 0 33 21 176 53 107
Binary 10010100 11010100 10011010 11110 0 11011 10001 1111110 101011 1000111

Color Harmonies of #94D49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D49A

Black with #94D49A

Text Example


Text Example

White with #94D49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,212,154); }

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

background-color css

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

 a { background-color: rgb(148,212,154); }

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

border-color css

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

 span { border-color: rgb(148,212,154); }

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