#94FAA2

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

Shades of Pale Green #94FAA2

Tints of Pale Green #94FAA2

Color information

#94FAA2 (or 0x94FAA2) is unknown color: approx Pale Green. HEX triplet: 94, FA and A2. RGB value is (148,250,162). Sum of RGB (Red+Green+Blue) = 148+250+162=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #94FAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FAA2 is #6B055D. Grayscale: #D1D1D1. Windows color (decimal): -7013726 or 10680980. OLE color: 10680980.

HSL color Cylindrical-coordinate representation of color #94FAA2: hue angle of 128.24º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FAA2 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB148250162-
CMYK0.4100.350.02
HSL128.24º91.07%78.04%-
HSV(B)128.24º40.8%98.04%-
XYZ52.9277.2846.31-
YUV209.47101.2184.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.43%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=26.43%
G=44.64%
B=28.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482501620.4100.350.02128.2491.0778.04
Hex94FAA2290232805b4e
Octal224372242510432200133116
Binary1001010011111010101000101010010100011101000000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,250,162); }

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

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

 a { background-color: rgb(148,250,162); }

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

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

 span { border-color: rgb(148,250,162); }

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