Html Css Color HEX #93EBA0 Light Green

📋 copy color: '#93EBA0'

red 147 ◦ green 235 ◦ blue 160

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

Shades of Light Green #93EBA0

Tints of Light Green #93EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.36%

 BLUE value IS 160 (62.89% from 255) = 29.52%

R = 27.12%
G = 43.36%
B = 29.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#93EBA0 (or 0x93EBA0) is known color: Light Green. HEX triplet: 93, EB and A0. RGB value is (147,235,160). Sum of RGB (Red+Green+Blue) = 147+235+160=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBA0 is #6C145F. Grayscale: #C8C8C8. Windows color (decimal): -7083104 or 10546067. OLE color: 10546067.

HSL color Cylindrical-coordinate representation of color #93EBA0: hue angle of 128.86º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBA0 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 235 160 -
CMYK 0.37 0 0.32 0.08
HSL 128.86º 0.69% 0.75% -
HSV(B) 128.86º 0.37% 0.92% -
XYZ 48.09 68.16 43.88 -
YUV 200.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 147 235 160 0.37 0 0.32 0.08 128.86 0.69 0.75
Hex 93 EB A0 25 0 20 8 81 45 4B
Octal 223 353 240 45 0 40 10 201 105 113
Binary 10010011 11101011 10100000 100101 0 100000 1000 10000001 1000101 1001011

Color Harmonies of #93EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EBA0

Black with #93EBA0

Text Example


Text Example

White with #93EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,235,160); }

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

background-color css

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

 a { background-color: rgb(147,235,160); }

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

border-color css

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

 span { border-color: rgb(147,235,160); }

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