#94F992

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

Shades of Pale Green #94F992

Tints of Pale Green #94F992

Color information

#94F992 (or 0x94F992) is unknown color: approx Pale Green. HEX triplet: 94, F9 and 92. RGB value is (148,249,146). Sum of RGB (Red+Green+Blue) = 148+249+146=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #94F992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F992 is #6B066D. Grayscale: #CFCFCF. Windows color (decimal): -7013998 or 9632148. OLE color: 9632148.

HSL color Cylindrical-coordinate representation of color #94F992: hue angle of 118.83º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94F992 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB148249146-
CMYK0.4100.410.02
HSL118.83º89.57%77.45%-
HSV(B)118.83º41.37%97.65%-
XYZ51.2876.1239.18-
YUV207.0693.5485.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=27.26%
G=45.86%
B=26.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482491460.4100.410.02118.8389.5777.45
Hex94F992290292775a4d
Octal224371222510512167132115
Binary100101001111100110010010101001010100110111011110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,249,146); }

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

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

 a { background-color: rgb(148,249,146); }

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

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

 span { border-color: rgb(148,249,146); }

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