#93EFA8

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

Shades of Pale Green #93EFA8

Tints of Pale Green #93EFA8

Color information

#93EFA8 (or 0x93EFA8) is unknown color: approx Pale Green. HEX triplet: 93, EF and A8. RGB value is (147,239,168). Sum of RGB (Red+Green+Blue) = 147+239+168=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EFA8 is #6C1057. Grayscale: #CBCBCB. Windows color (decimal): -7082072 or 11071379. OLE color: 11071379.

HSL color Cylindrical-coordinate representation of color #93EFA8: hue angle of 133.7º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFA8 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB147239168-
CMYK0.3800.300.06
HSL133.7º74.19%75.69%-
HSV(B)133.7º38.49%93.73%-
XYZ49.9770.7648.07-
YUV203.4108.0287.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 239 (93.75% from 255) = 43.14%
BLUE value IS 168 (66.02% from 255) = 30.32%
R=26.53%
G=43.14%
B=30.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472391680.3800.300.06133.774.1975.69
Hex93EFA82601E6864a4c
Octal223357250460366206112114
Binary1001001111101111101010001001100111101101000011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,239,168); }

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

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

 a { background-color: rgb(147,239,168); }

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

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

 span { border-color: rgb(147,239,168); }

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