Html Css Color HEX #94D69F Chinook

📋 copy color: '#94D69F'

red 148 ◦ green 214 ◦ blue 159

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

Shades of Chinook #94D69F

Tints of Chinook #94D69F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.07%

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

R = 28.41%
G = 41.07%
B = 30.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#94D69F (or 0x94D69F) is known color: Chinook. HEX triplet: 94, D6 and 9F. RGB value is (148,214,159). Sum of RGB (Red+Green+Blue) = 148+214+159=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #94D69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D69F is #6B2960. Grayscale: #BCBCBC. Windows color (decimal): -7022945 or 10475156. OLE color: 10475156.

HSL color Cylindrical-coordinate representation of color #94D69F: hue angle of 130º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D69F is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 159 -
CMYK 0.31 0 0.26 0.16
HSL 130º 0.45% 0.71% -
HSV(B) 130º 0.31% 0.84% -
XYZ 42.52 56.89 41.54 -
YUV 188 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 148 214 159 0.31 0 0.26 0.16 130 0.45 0.71
Hex 94 D6 9F 1F 0 1A 10 82 2D 47
Octal 224 326 237 37 0 32 20 202 55 107
Binary 10010100 11010110 10011111 11111 0 11010 10000 10000010 101101 1000111

Color Harmonies of #94D69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D69F

Black with #94D69F

Text Example


Text Example

White with #94D69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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