#94FC9C

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

Shades of Pale Green #94FC9C

Tints of Pale Green #94FC9C

Color information

#94FC9C (or 0x94FC9C) is unknown color: approx Pale Green. HEX triplet: 94, FC and 9C. RGB value is (148,252,156). Sum of RGB (Red+Green+Blue) = 148+252+156=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FC9C is #6B0363. Grayscale: #D2D2D2. Windows color (decimal): -7013220 or 10288276. OLE color: 10288276.

HSL color Cylindrical-coordinate representation of color #94FC9C: hue angle of 124.62º 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 #94FC9C is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB148252156-
CMYK0.4100.380.01
HSL124.62º94.55%78.43%-
HSV(B)124.62º41.27%98.82%-
XYZ53.0278.3243.77-
YUV209.9697.5483.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.62%
GREEN value IS 252 (98.83% from 255) = 45.32%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=26.62%
G=45.32%
B=28.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521560.4100.380.01124.6294.5578.43
Hex94FC9C2902617d5f4e
Octal224374234510461175137116
Binary10010100111111001001110010100101001101111110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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