Html Css Color HEX #94D19A Chinook

📋 copy color: '#94D19A'

red 148 ◦ green 209 ◦ blue 154

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

Shades of Chinook #94D19A

Tints of Chinook #94D19A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.9%

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

R = 28.96%
G = 40.9%
B = 30.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#94D19A (or 0x94D19A) is known color: Chinook. HEX triplet: 94, D1 and 9A. RGB value is (148,209,154). Sum of RGB (Red+Green+Blue) = 148+209+154=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #94D19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D19A is #6B2E65. Grayscale: #B8B8B8. Windows color (decimal): -7024230 or 10146196. OLE color: 10146196.

HSL color Cylindrical-coordinate representation of color #94D19A: hue angle of 125.9º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D19A is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 209 154 -
CMYK 0.29 0 0.26 0.18
HSL 125.9º 0.4% 0.7% -
HSV(B) 125.9º 0.29% 0.82% -
XYZ 40.85 54.23 38.89 -
YUV 184.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 148 209 154 0.29 0 0.26 0.18 125.9 0.4 0.7
Hex 94 D1 9A 1D 0 1A 12 7E 28 46
Octal 224 321 232 35 0 32 22 176 50 106
Binary 10010100 11010001 10011010 11101 0 11010 10010 1111110 101000 1000110

Color Harmonies of #94D19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D19A

Black with #94D19A

Text Example


Text Example

White with #94D19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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