Html Css Color HEX #94D199 Chinook

📋 copy color: '#94D199'

red 148 ◦ green 209 ◦ blue 153

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

Shades of Chinook #94D199

Tints of Chinook #94D199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30%

R = 29.02%
G = 40.98%
B = 30%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#94D199 (or 0x94D199) is known color: Chinook. HEX triplet: 94, D1 and 99. RGB value is (148,209,153). Sum of RGB (Red+Green+Blue) = 148+209+153=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #94D199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D199 is #6B2E66. Grayscale: #B8B8B8. Windows color (decimal): -7024231 or 10080660. OLE color: 10080660.

HSL color Cylindrical-coordinate representation of color #94D199: hue angle of 124.92º 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 #94D199 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 209 153 -
CMYK 0.29 0 0.27 0.18
HSL 124.92º 0.4% 0.7% -
HSV(B) 124.92º 0.29% 0.82% -
XYZ 40.76 54.2 38.45 -
YUV 184.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 148 209 153 0.29 0 0.27 0.18 124.92 0.4 0.7
Hex 94 D1 99 1D 0 1B 12 7D 28 46
Octal 224 321 231 35 0 33 22 175 50 106
Binary 10010100 11010001 10011001 11101 0 11011 10010 1111101 101000 1000110

Color Harmonies of #94D199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D199

Black with #94D199

Text Example


Text Example

White with #94D199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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