#93F1AA

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

Shades of Pale Green #93F1AA

Tints of Pale Green #93F1AA

Color information

#93F1AA (or 0x93F1AA) is unknown color: approx Pale Green. HEX triplet: 93, F1 and AA. RGB value is (147,241,170). Sum of RGB (Red+Green+Blue) = 147+241+170=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F1AA is #6C0E55. Grayscale: #CCCCCC. Windows color (decimal): -7081558 or 11202963. OLE color: 11202963.

HSL color Cylindrical-coordinate representation of color #93F1AA: hue angle of 134.68º degrees, saturation: 0.77, 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 #93F1AA is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB147241170-
CMYK0.3900.290.05
HSL134.68º77.05%76.08%-
HSV(B)134.68º39%94.51%-
XYZ50.7472.0249.26-
YUV204.8108.3686.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.34%
GREEN value IS 241 (94.53% from 255) = 43.19%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=26.34%
G=43.19%
B=30.47%

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
Decimal1472411700.3900.290.05134.6877.0576.08
Hex93F1AA2701D5874d4c
Octal223361252470355207115114
Binary1001001111110001101010101001110111011011000011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,241,170); }

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

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

 a { background-color: rgb(147,241,170); }

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

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

 span { border-color: rgb(147,241,170); }

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