#94FBAA

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

Shades of Pale Green #94FBAA

Tints of Pale Green #94FBAA

Color information

#94FBAA (or 0x94FBAA) is unknown color: approx Pale Green. HEX triplet: 94, FB and AA. RGB value is (148,251,170). Sum of RGB (Red+Green+Blue) = 148+251+170=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #94FBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FBAA is #6B0455. Grayscale: #D3D3D3. Windows color (decimal): -7013462 or 11205524. OLE color: 11205524.

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

Color convert

RGB148251170-
CMYK0.4100.320.02
HSL132.82º92.79%78.24%-
HSV(B)132.82º41.04%98.43%-
XYZ53.9778.1950.28-
YUV210.97104.8883.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.01%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=26.01%
G=44.11%
B=29.88%

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
Decimal1482511700.4100.320.02132.8292.7978.24
Hex94FBAA290202855d4e
Octal224373252510402205135116
Binary1001010011111011101010101010010100000101000010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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