#93F2AD

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

Shades of Pale Green #93F2AD

Tints of Pale Green #93F2AD

Color information

#93F2AD (or 0x93F2AD) is unknown color: approx Pale Green. HEX triplet: 93, F2 and AD. RGB value is (147,242,173). Sum of RGB (Red+Green+Blue) = 147+242+173=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F2AD is #6C0D52. Grayscale: #CDCDCD. Windows color (decimal): -7081299 or 11399827. OLE color: 11399827.

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

Color convert

RGB147242173-
CMYK0.3900.290.05
HSL136.42º78.51%76.27%-
HSV(B)136.42º39.26%94.9%-
XYZ51.3372.7250.87-
YUV205.73109.5386.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.16%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=26.16%
G=43.06%
B=30.78%

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
Decimal1472421730.3900.290.05136.4278.5176.27
Hex93F2AD2701D5884f4c
Octal223362255470355210117114
Binary1001001111110010101011011001110111011011000100010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F2AD; }

 p { color: rgb(147,242,173); }

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

<style>
 a { background-color: #93F2AD; }

 a { background-color: rgb(147,242,173); }

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

<style>
 span { border-color: #93F2AD; }

 span { border-color: rgb(147,242,173); }

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