#94F0AB

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

Shades of Chinook #94F0AB

Tints of Chinook #94F0AB

Color information

#94F0AB (or 0x94F0AB) is unknown color: approx Chinook. HEX triplet: 94, F0 and AB. RGB value is (148,240,171). Sum of RGB (Red+Green+Blue) = 148+240+171=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F0AB is #6B0F54. Grayscale: #CCCCCC. Windows color (decimal): -7016277 or 11268244. OLE color: 11268244.

HSL color Cylindrical-coordinate representation of color #94F0AB: hue angle of 135º degrees, saturation: 0.75, 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 #94F0AB is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB148240171-
CMYK0.3800.290.06
HSL135º75.41%76.08%-
HSV(B)135º38.33%94.12%-
XYZ50.7271.5649.67-
YUV204.63109.0287.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.48%
GREEN value IS 240 (94.14% from 255) = 42.93%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=26.48%
G=42.93%
B=30.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482401710.3800.290.0613575.4176.08
Hex94F0AB2601D6874b4c
Octal224360253460356207113114
Binary1001010011110000101010111001100111011101000011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,240,171); }

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

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

 a { background-color: rgb(148,240,171); }

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

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

 span { border-color: rgb(148,240,171); }

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