#94F3AD

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

Shades of Pale Green #94F3AD

Tints of Pale Green #94F3AD

Color information

#94F3AD (or 0x94F3AD) is unknown color: approx Pale Green. HEX triplet: 94, F3 and AD. RGB value is (148,243,173). Sum of RGB (Red+Green+Blue) = 148+243+173=564 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.24% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F3AD is #6B0C52. Grayscale: #CECECE. Windows color (decimal): -7015507 or 11400084. OLE color: 11400084.

HSL color Cylindrical-coordinate representation of color #94F3AD: hue angle of 135.79º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F3AD is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB148243173-
CMYK0.3900.290.05
HSL135.79º79.83%76.67%-
HSV(B)135.79º39.09%95.29%-
XYZ51.8173.4150.98-
YUV206.61109.0386.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.24%
GREEN value IS 243 (95.31% from 255) = 43.09%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=26.24%
G=43.09%
B=30.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482431730.3900.290.05135.7979.8376.67
Hex94F3AD2701D588504d
Octal224363255470355210120115
Binary1001010011110011101011011001110111011011000100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,243,173); }

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

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

 a { background-color: rgb(148,243,173); }

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

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

 span { border-color: rgb(148,243,173); }

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