#94F99A

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

Shades of Pale Green #94F99A

Tints of Pale Green #94F99A

Color information

#94F99A (or 0x94F99A) is unknown color: approx Pale Green. HEX triplet: 94, F9 and 9A. RGB value is (148,249,154). Sum of RGB (Red+Green+Blue) = 148+249+154=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #94F99A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F99A is #6B0665. Grayscale: #D0D0D0. Windows color (decimal): -7013990 or 10156436. OLE color: 10156436.

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

Color convert

RGB148249154-
CMYK0.4100.380.02
HSL123.56º89.38%77.84%-
HSV(B)123.56º40.56%97.65%-
XYZ51.9276.3842.58-
YUV207.9797.5485.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.86%
GREEN value IS 249 (97.66% from 255) = 45.19%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=26.86%
G=45.19%
B=27.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482491540.4100.380.02123.5689.3877.84
Hex94F99A2902627c594e
Octal224371232510462174131116
Binary100101001111100110011010101001010011010111110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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