#94f7a3

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

Shades of Pale Green #94F7A3

Tints of Pale Green #94F7A3

Color information

#94F7A3 (or 0x94F7A3) is unknown color: approx Pale Green. HEX triplet: 94, F7 and A3. RGB value is (148,247,163). Sum of RGB (Red+Green+Blue) = 148+247+163=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F7A3 is #6B085C. Grayscale: #D0D0D0. Windows color (decimal): -7014493 or 10745748. OLE color: 10745748.

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

Color convert

RGB148247163-
CMYK0.4000.340.03
HSL129.09º86.09%77.45%-
HSV(B)129.09º40.08%96.86%-
XYZ52.0875.4646.47-
YUV207.82102.785.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.52%
GREEN value IS 247 (96.88% from 255) = 44.27%
BLUE value IS 163 (64.06% from 255) = 29.21%
R=26.52%
G=44.27%
B=29.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482471630.4000.340.03129.0986.0977.45
Hex94F7A328022381564d
Octal224367243500423201126115
Binary1001010011110111101000111010000100010111000000110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94f7a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,163); }

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

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

 a { background-color: rgb(148,247,163); }

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

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

 span { border-color: rgb(148,247,163); }

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