#93F696

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

Shades of Pale Green #93F696

Tints of Pale Green #93F696

Color information

#93F696 (or 0x93F696) is unknown color: approx Pale Green. HEX triplet: 93, F6 and 96. RGB value is (147,246,150). Sum of RGB (Red+Green+Blue) = 147+246+150=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #93F696 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93F696 is #6C0969. Grayscale: #CDCDCD. Windows color (decimal): -7080298 or 9893523. OLE color: 9893523.

HSL color Cylindrical-coordinate representation of color #93F696: hue angle of 121.82º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F696 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB147246150-
CMYK0.4000.390.04
HSL121.82º84.62%77.06%-
HSV(B)121.82º40.24%96.47%-
XYZ50.4974.3240.54-
YUV205.4696.786.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 246 (96.48% from 255) = 45.30%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=27.07%
G=45.30%
B=27.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472461500.4000.390.04121.8284.6277.06
Hex93F6962802747a554d
Octal223366226500474172125115
Binary1001001111110110100101101010000100111100111101010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,246,150); }

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

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

 a { background-color: rgb(147,246,150); }

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

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

 span { border-color: rgb(147,246,150); }

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