#94F8B1

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

Shades of Pale Green #94F8B1

Tints of Pale Green #94F8B1

Color information

#94F8B1 (or 0x94F8B1) is unknown color: approx Pale Green. HEX triplet: 94, F8 and B1. RGB value is (148,248,177). Sum of RGB (Red+Green+Blue) = 148+248+177=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F8B1 is #6B074E. Grayscale: #D2D2D2. Windows color (decimal): -7014223 or 11663508. OLE color: 11663508.

HSL color Cylindrical-coordinate representation of color #94F8B1: hue angle of 137.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F8B1 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB148248177-
CMYK0.4000.290.03
HSL137.4º87.72%77.65%-
HSV(B)137.4º40.32%97.25%-
XYZ53.7276.6153.55-
YUV210.01109.3783.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.83%
GREEN value IS 248 (97.27% from 255) = 43.28%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=25.83%
G=43.28%
B=30.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482481770.4000.290.03137.487.7277.65
Hex94F8B12801D389584e
Octal224370261500353211130116
Binary100101001111100010110001101000011101111000100110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,248,177); }

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

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

 a { background-color: rgb(148,248,177); }

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

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

 span { border-color: rgb(148,248,177); }

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