#94FC99

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

Shades of Pale Green #94FC99

Tints of Pale Green #94FC99

Color information

#94FC99 (or 0x94FC99) is unknown color: approx Pale Green. HEX triplet: 94, FC and 99. RGB value is (148,252,153). Sum of RGB (Red+Green+Blue) = 148+252+153=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FC99 is #6B0366. Grayscale: #D1D1D1. Windows color (decimal): -7013223 or 10091668. OLE color: 10091668.

HSL color Cylindrical-coordinate representation of color #94FC99: hue angle of 122.88º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FC99 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB148252153-
CMYK0.4100.390.01
HSL122.88º94.55%78.43%-
HSV(B)122.88º41.27%98.82%-
XYZ52.7778.2242.45-
YUV209.6296.0484.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.76%
GREEN value IS 252 (98.83% from 255) = 45.57%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=26.76%
G=45.57%
B=27.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521530.4100.390.01122.8894.5578.43
Hex94FC992902717b5f4e
Octal224374231510471173137116
Binary10010100111111001001100110100101001111111101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,252,153); }

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

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

 a { background-color: rgb(148,252,153); }

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

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

 span { border-color: rgb(148,252,153); }

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