#94F7AF

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

Shades of Pale Green #94F7AF

Tints of Pale Green #94F7AF

Color information

#94F7AF (or 0x94F7AF) is unknown color: approx Pale Green. HEX triplet: 94, F7 and AF. RGB value is (148,247,175). Sum of RGB (Red+Green+Blue) = 148+247+175=570 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.96% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F7AF is #6B0850. Grayscale: #D1D1D1. Windows color (decimal): -7014481 or 11532180. OLE color: 11532180.

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

Color convert

RGB148247175-
CMYK0.4000.290.03
HSL136.36º86.09%77.45%-
HSV(B)136.36º40.08%96.86%-
XYZ53.2175.9152.41-
YUV209.19108.784.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 25.96%
GREEN value IS 247 (96.88% from 255) = 43.33%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=25.96%
G=43.33%
B=30.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482471750.4000.290.03136.3686.0977.45
Hex94F7AF2801D388564d
Octal224367257500353210126115
Binary100101001111011110101111101000011101111000100010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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