#94FCA8

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

Shades of Pale Green #94FCA8

Tints of Pale Green #94FCA8

Color information

#94FCA8 (or 0x94FCA8) is unknown color: approx Pale Green. HEX triplet: 94, FC and A8. RGB value is (148,252,168). Sum of RGB (Red+Green+Blue) = 148+252+168=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FCA8 is #6B0357. Grayscale: #D3D3D3. Windows color (decimal): -7013208 or 11074708. OLE color: 11074708.

HSL color Cylindrical-coordinate representation of color #94FCA8: hue angle of 131.54º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCA8 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB148252168-
CMYK0.4100.330.01
HSL131.54º94.55%78.43%-
HSV(B)131.54º41.27%98.82%-
XYZ54.0978.7449.39-
YUV211.33103.5482.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.06%
GREEN value IS 252 (98.83% from 255) = 44.37%
BLUE value IS 168 (66.02% from 255) = 29.58%
R=26.06%
G=44.37%
B=29.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521680.4100.330.01131.5494.5578.43
Hex94FCA8290211845f4e
Octal224374250510411204137116
Binary100101001111110010101000101001010000111000010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,252,168); }

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

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

 a { background-color: rgb(148,252,168); }

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

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

 span { border-color: rgb(148,252,168); }

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