#93FCAA

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

Shades of Pale Green #93FCAA

Tints of Pale Green #93FCAA

Color information

#93FCAA (or 0x93FCAA) is unknown color: approx Pale Green. HEX triplet: 93, FC and AA. RGB value is (147,252,170). Sum of RGB (Red+Green+Blue) = 147+252+170=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FCAA is #6C0355. Grayscale: #D3D3D3. Windows color (decimal): -7078742 or 11205779. OLE color: 11205779.

HSL color Cylindrical-coordinate representation of color #93FCAA: hue angle of 133.14º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCAA is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB147252170-
CMYK0.4200.330.01
HSL133.14º94.59%78.24%-
HSV(B)133.14º41.67%98.82%-
XYZ54.178.7350.37-
YUV211.26104.7182.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.83%
GREEN value IS 252 (98.83% from 255) = 44.29%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=25.83%
G=44.29%
B=29.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472521700.4200.330.01133.1494.5978.24
Hex93FCAA2A0211855f4e
Octal223374252520411205137116
Binary100100111111110010101010101010010000111000010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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