#94FBAB

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

Shades of Pale Green #94FBAB

Tints of Pale Green #94FBAB

Color information

#94FBAB (or 0x94FBAB) is unknown color: approx Pale Green. HEX triplet: 94, FB and AB. RGB value is (148,251,171). Sum of RGB (Red+Green+Blue) = 148+251+171=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 251 (98.44% from 255 or 44.04% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBAB is #6B0454. Grayscale: #D3D3D3. Windows color (decimal): -7013461 or 11271060. OLE color: 11271060.

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

Color convert

RGB148251171-
CMYK0.4100.320.02
HSL133.4º92.79%78.24%-
HSV(B)133.4º41.04%98.43%-
XYZ54.0678.2350.78-
YUV211.08105.3883-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.96%
GREEN value IS 251 (98.44% from 255) = 44.04%
BLUE value IS 171 (67.19% from 255) = 30%
R=25.96%
G=44.04%
B=30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482511710.4100.320.02133.492.7978.24
Hex94FBAB290202855d4e
Octal224373253510402205135116
Binary1001010011111011101010111010010100000101000010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,251,171); }

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

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

 a { background-color: rgb(148,251,171); }

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

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

 span { border-color: rgb(148,251,171); }

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