#93F386

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

Shades of Light Green #93F386

Tints of Light Green #93F386

Color information

#93F386 (or 0x93F386) is unknown color: approx Light Green. HEX triplet: 93, F3 and 86. RGB value is (147,243,134). Sum of RGB (Red+Green+Blue) = 147+243+134=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #93F386 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F386 is #6C0C79. Grayscale: #CACACA. Windows color (decimal): -7081082 or 8844179. OLE color: 8844179.

HSL color Cylindrical-coordinate representation of color #93F386: hue angle of 112.84º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93F386 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB147243134-
CMYK0.4000.450.05
HSL112.84º81.95%73.92%-
HSV(B)112.84º44.86%95.29%-
XYZ48.3972.0333.91-
YUV201.8789.788.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.05%
GREEN value IS 243 (95.31% from 255) = 46.37%
BLUE value IS 134 (52.73% from 255) = 25.57%
R=28.05%
G=46.37%
B=25.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472431340.4000.450.05112.8481.9573.92
Hex93F3862802D571524a
Octal223363206500555161122112
Binary1001001111110011100001101010000101101101111000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,243,134); }

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

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

 a { background-color: rgb(147,243,134); }

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

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

 span { border-color: rgb(147,243,134); }

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