Html Css Color HEX #93E140 Atlantis

📋 copy color: '#93E140'

red 147 ◦ green 225 ◦ blue 64

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

Shades of Atlantis #93E140

Tints of Atlantis #93E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.61%

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 33.72%
G = 51.61%
B = 14.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#93E140 (or 0x93E140) is known color: Atlantis. HEX triplet: 93, E1 and 40. RGB value is (147,225,64). Sum of RGB (Red+Green+Blue) = 147+225+64=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #93E140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93E140 is #6C1EBF. Grayscale: #B7B7B7. Windows color (decimal): -7085760 or 4252051. OLE color: 4252051.

HSL color Cylindrical-coordinate representation of color #93E140: hue angle of 89.07º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93E140 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 225 64 -
CMYK 0.35 0 0.72 0.12
HSL 89.07º 0.73% 0.57% -
HSV(B) 89.07º 0.72% 0.88% -
XYZ 39.88 60.42 14.41 -
YUV 183.32 60.66 102.09 -
System Red Green Blue C M Y K H S L
Decimal 147 225 64 0.35 0 0.72 0.12 89.07 0.73 0.57
Hex 93 E1 40 23 0 48 C 59 49 39
Octal 223 341 100 43 0 110 14 131 111 71
Binary 10010011 11100001 1000000 100011 0 1001000 1100 1011001 1001001 111001

Color Harmonies of #93E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E140

Black with #93E140

Text Example


Text Example

White with #93E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,225,64); }

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

background-color css

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

 a { background-color: rgb(147,225,64); }

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

border-color css

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

 span { border-color: rgb(147,225,64); }

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