#93F1AB

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

Shades of Pale Green #93F1AB

Tints of Pale Green #93F1AB

Color information

#93F1AB (or 0x93F1AB) is unknown color: approx Pale Green. HEX triplet: 93, F1 and AB. RGB value is (147,241,171). Sum of RGB (Red+Green+Blue) = 147+241+171=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F1AB is #6C0E54. Grayscale: #CDCDCD. Windows color (decimal): -7081557 or 11268499. OLE color: 11268499.

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

Color convert

RGB147241171-
CMYK0.3900.290.05
HSL135.32º77.05%76.08%-
HSV(B)135.32º39%94.51%-
XYZ50.8472.0549.76-
YUV204.91108.8686.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.30%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=26.30%
G=43.11%
B=30.59%

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
Decimal1472411710.3900.290.05135.3277.0576.08
Hex93F1AB2701D5874d4c
Octal223361253470355207115114
Binary1001001111110001101010111001110111011011000011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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