#94F8A9

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

Shades of Pale Green #94F8A9

Tints of Pale Green #94F8A9

Color information

#94F8A9 (or 0x94F8A9) is unknown color: approx Pale Green. HEX triplet: 94, F8 and A9. RGB value is (148,248,169). Sum of RGB (Red+Green+Blue) = 148+248+169=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #94F8A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F8A9 is #6B0756. Grayscale: #D1D1D1. Windows color (decimal): -7014231 or 11139220. OLE color: 11139220.

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

Color convert

RGB148248169-
CMYK0.4000.320.03
HSL132.6º87.72%77.65%-
HSV(B)132.6º40.32%97.25%-
XYZ52.9476.349.47-
YUV209.09105.3784.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.19%
GREEN value IS 248 (97.27% from 255) = 43.89%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=26.19%
G=43.89%
B=29.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482481690.4000.320.03132.687.7277.65
Hex94F8A928020385584e
Octal224370251500403205130116
Binary1001010011111000101010011010000100000111000010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,248,169); }

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

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

 a { background-color: rgb(148,248,169); }

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

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

 span { border-color: rgb(148,248,169); }

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