#94F1AB

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

Shades of Pale Green #94F1AB

Tints of Pale Green #94F1AB

Color information

#94F1AB (or 0x94F1AB) is unknown color: approx Pale Green. HEX triplet: 94, F1 and AB. RGB value is (148,241,171). Sum of RGB (Red+Green+Blue) = 148+241+171=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F1AB is #6B0E54. Grayscale: #CDCDCD. Windows color (decimal): -7016021 or 11268500. OLE color: 11268500.

HSL color Cylindrical-coordinate representation of color #94F1AB: hue angle of 134.84º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F1AB is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB148241171-
CMYK0.3900.290.05
HSL134.84º76.86%76.27%-
HSV(B)134.84º38.59%94.51%-
XYZ51.0272.1549.76-
YUV205.21108.6987.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.43%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=26.43%
G=43.04%
B=30.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482411710.3900.290.05134.8476.8676.27
Hex94F1AB2701D5874d4c
Octal224361253470355207115114
Binary1001010011110001101010111001110111011011000011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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