#94F998

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

Shades of Pale Green #94F998

Tints of Pale Green #94F998

Color information

#94F998 (or 0x94F998) is unknown color: approx Pale Green. HEX triplet: 94, F9 and 98. RGB value is (148,249,152). Sum of RGB (Red+Green+Blue) = 148+249+152=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #94F998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F998 is #6B0667. Grayscale: #D0D0D0. Windows color (decimal): -7013992 or 10025364. OLE color: 10025364.

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

Color convert

RGB148249152-
CMYK0.4100.390.02
HSL122.38º89.38%77.84%-
HSV(B)122.38º40.56%97.65%-
XYZ51.7676.3141.71-
YUV207.7496.5485.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=26.96%
G=45.36%
B=27.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482491520.4100.390.02122.3889.3877.84
Hex94F9982902727a594e
Octal224371230510472172131116
Binary100101001111100110011000101001010011110111101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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