#94fa9b

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

Shades of Pale Green #94FA9B

Tints of Pale Green #94FA9B

Color information

#94FA9B (or 0x94FA9B) is unknown color: approx Pale Green. HEX triplet: 94, FA and 9B. RGB value is (148,250,155). Sum of RGB (Red+Green+Blue) = 148+250+155=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FA9B is #6B0564. Grayscale: #D0D0D0. Windows color (decimal): -7013733 or 10222228. OLE color: 10222228.

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

Color convert

RGB148250155-
CMYK0.4100.380.02
HSL124.12º91.07%78.04%-
HSV(B)124.12º40.8%98.04%-
XYZ52.3177.0343.12-
YUV208.6797.7184.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.76%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=26.76%
G=45.21%
B=28.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482501550.4100.380.02124.1291.0778.04
Hex94FA9B2902627c5b4e
Octal224372233510462174133116
Binary100101001111101010011011101001010011010111110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94fa9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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