Html Css Color HEX #94DC9F Chinook

📋 copy color: '#94DC9F'

red 148 ◦ green 220 ◦ blue 159

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

Shades of Chinook #94DC9F

Tints of Chinook #94DC9F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.75%

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

R = 28.08%
G = 41.75%
B = 30.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#94DC9F (or 0x94DC9F) is known color: Chinook. HEX triplet: 94, DC and 9F. RGB value is (148,220,159). Sum of RGB (Red+Green+Blue) = 148+220+159=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC9F is #6B2360. Grayscale: #BFBFBF. Windows color (decimal): -7021409 or 10476692. OLE color: 10476692.

HSL color Cylindrical-coordinate representation of color #94DC9F: hue angle of 129.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DC9F is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 159 -
CMYK 0.33 0 0.28 0.14
HSL 129.17º 0.51% 0.72% -
HSV(B) 129.17º 0.33% 0.86% -
XYZ 44.06 59.99 42.06 -
YUV 191.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 148 220 159 0.33 0 0.28 0.14 129.17 0.51 0.72
Hex 94 DC 9F 21 0 1C E 81 33 48
Octal 224 334 237 41 0 34 16 201 63 110
Binary 10010100 11011100 10011111 100001 0 11100 1110 10000001 110011 1001000

Color Harmonies of #94DC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC9F

Black with #94DC9F

Text Example


Text Example

White with #94DC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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