Html Css Color HEX #93FA96 Pale Green

📋 copy color: '#93FA96'

red 147 ◦ green 250 ◦ blue 150

#93FA96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #93FA96

Tints of Pale Green #93FA96

RGB

 RED value IS 147 (57.81% from 255) = 26.87%

 GREEN value IS 250 (98.05% from 255) = 45.7%

 BLUE value IS 150 (58.98% from 255) = 27.42%

R = 26.87%
G = 45.7%
B = 27.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#93FA96 (or 0x93FA96) is known color: Pale Green. HEX triplet: 93, FA and 96. RGB value is (147,250,150). Sum of RGB (Red+Green+Blue) = 147+250+150=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FA96 is #6C0569. Grayscale: #D0D0D0. Windows color (decimal): -7079274 or 9894547. OLE color: 9894547.

HSL color Cylindrical-coordinate representation of color #93FA96: hue angle of 121.75º degrees, saturation: 0.91, 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 #93FA96 is Cyan = 0.41, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 250 150 -
CMYK 0.41 0 0.4 0.02
HSL 121.75º 0.91% 0.78% -
HSV(B) 121.75º 0.41% 0.98% -
XYZ 51.72 76.78 40.95 -
YUV 207.8 95.38 84.63 -
System Red Green Blue C M Y K H S L
Decimal 147 250 150 0.41 0 0.4 0.02 121.75 0.91 0.78
Hex 93 FA 96 29 0 28 2 7A 5B 4E
Octal 223 372 226 51 0 50 2 172 133 116
Binary 10010011 11111010 10010110 101001 0 101000 10 1111010 1011011 1001110

Color Harmonies of #93FA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FA96

Black with #93FA96

Text Example


Text Example

White with #93FA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93FA96;
 }
 .AnyTagClassName
 {
   color: #93FA96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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