Html Css Color HEX #94D29F Chinook

📋 copy color: '#94D29F'

red 148 ◦ green 210 ◦ blue 159

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

Shades of Chinook #94D29F

Tints of Chinook #94D29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

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

R = 28.63%
G = 40.62%
B = 30.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#94D29F (or 0x94D29F) is known color: Chinook. HEX triplet: 94, D2 and 9F. RGB value is (148,210,159). Sum of RGB (Red+Green+Blue) = 148+210+159=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #94D29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D29F is #6B2D60. Grayscale: #B9B9B9. Windows color (decimal): -7023969 or 10474132. OLE color: 10474132.

HSL color Cylindrical-coordinate representation of color #94D29F: hue angle of 130.65º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D29F is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 210 159 -
CMYK 0.30 0 0.24 0.18
HSL 130.65º 0.41% 0.7% -
HSV(B) 130.65º 0.3% 0.82% -
XYZ 41.52 54.89 41.21 -
YUV 185.65 112.96 101.15 -
System Red Green Blue C M Y K H S L
Decimal 148 210 159 0.30 0 0.24 0.18 130.65 0.41 0.7
Hex 94 D2 9F 1E 0 18 12 83 29 46
Octal 224 322 237 36 0 30 22 203 51 106
Binary 10010100 11010010 10011111 11110 0 11000 10010 10000011 101001 1000110

Color Harmonies of #94D29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D29F

Black with #94D29F

Text Example


Text Example

White with #94D29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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