#93F995

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

Shades of Pale Green #93F995

Tints of Pale Green #93F995

Color information

#93F995 (or 0x93F995) is unknown color: approx Pale Green. HEX triplet: 93, F9 and 95. RGB value is (147,249,149). Sum of RGB (Red+Green+Blue) = 147+249+149=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #93F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F995 is #6C066A. Grayscale: #CFCFCF. Windows color (decimal): -7079531 or 9828755. OLE color: 9828755.

HSL color Cylindrical-coordinate representation of color #93F995: hue angle of 121.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F995 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB147249149-
CMYK0.4100.400.02
HSL121.18º89.47%77.65%-
HSV(B)121.18º40.96%97.65%-
XYZ51.3376.1240.42-
YUV207.195.2185.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=26.97%
G=45.69%
B=27.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472491490.4100.400.02121.1889.4777.65
Hex93F99529028279594e
Octal223371225510502171131116
Binary100100111111100110010101101001010100010111100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,249,149); }

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

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

 a { background-color: rgb(147,249,149); }

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

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

 span { border-color: rgb(147,249,149); }

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