#94F4AF

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

Shades of Pale Green #94F4AF

Tints of Pale Green #94F4AF

Color information

#94F4AF (or 0x94F4AF) is unknown color: approx Pale Green. HEX triplet: 94, F4 and AF. RGB value is (148,244,175). Sum of RGB (Red+Green+Blue) = 148+244+175=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #94F4AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F4AF is #6B0B50. Grayscale: #CFCFCF. Windows color (decimal): -7015249 or 11531412. OLE color: 11531412.

HSL color Cylindrical-coordinate representation of color #94F4AF: hue angle of 136.88º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F4AF is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB148244175-
CMYK0.3900.280.04
HSL136.88º81.36%76.86%-
HSV(B)136.88º39.34%95.69%-
XYZ52.374.0952.1-
YUV207.43109.785.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.10%
GREEN value IS 244 (95.70% from 255) = 43.03%
BLUE value IS 175 (68.75% from 255) = 30.86%
R=26.10%
G=43.03%
B=30.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482441750.3900.280.04136.8881.3676.86
Hex94F4AF2701C489514d
Octal224364257470344211121115
Binary1001010011110100101011111001110111001001000100110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,244,175); }

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

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

 a { background-color: rgb(148,244,175); }

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

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

 span { border-color: rgb(148,244,175); }

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