#94EFAC

Color #94EFAC Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #94EFAC

Tints of Chinook #94EFAC

Color information

#94EFAC (or 0x94EFAC) is unknown color: approx Chinook. HEX triplet: 94, EF and AC. RGB value is (148,239,172). Sum of RGB (Red+Green+Blue) = 148+239+172=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EFAC is #6B1053. Grayscale: #CCCCCC. Windows color (decimal): -7016532 or 11333524. OLE color: 11333524.

HSL color Cylindrical-coordinate representation of color #94EFAC: hue angle of 135.82º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EFAC is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB148239172-
CMYK0.3800.280.06
HSL135.82º73.98%75.88%-
HSV(B)135.82º38.08%93.73%-
XYZ50.5371.0150.07-
YUV204.15109.8587.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.48%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 172 (67.58% from 255) = 30.77%
R=26.48%
G=42.75%
B=30.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482391720.3800.280.06135.8273.9875.88
Hex94EFAC2601C6884a4c
Octal224357254460346210112114
Binary1001010011101111101011001001100111001101000100010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,239,172); }

 H1.HeaderClassName
 {
   color: #94EFAC;
 }
 .AnyTagClassName
 {
   color: #94EFAC;
 }
</style>
background-color css

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

 a { background-color: rgb(148,239,172); }

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

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

 span { border-color: rgb(148,239,172); }

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