#93F2A2

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

Shades of Pale Green #93F2A2

Tints of Pale Green #93F2A2

Color information

#93F2A2 (or 0x93F2A2) is unknown color: approx Pale Green. HEX triplet: 93, F2 and A2. RGB value is (147,242,162). Sum of RGB (Red+Green+Blue) = 147+242+162=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F2A2 is #6C0D5D. Grayscale: #CCCCCC. Windows color (decimal): -7081310 or 10678931. OLE color: 10678931.

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

Color convert

RGB147242162-
CMYK0.3900.330.05
HSL129.47º78.51%76.27%-
HSV(B)129.47º39.26%94.9%-
XYZ50.3172.3245.49-
YUV204.48104.0387-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.68%
GREEN value IS 242 (94.92% from 255) = 43.92%
BLUE value IS 162 (63.67% from 255) = 29.40%
R=26.68%
G=43.92%
B=29.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472421620.3900.330.05129.4778.5176.27
Hex93F2A2270215814f4c
Octal223362242470415201117114
Binary10010011111100101010001010011101000011011000000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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