Html Css Color HEX #93E148 Atlantis

📋 copy color: '#93E148'

red 147 ◦ green 225 ◦ blue 72

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

Shades of Atlantis #93E148

Tints of Atlantis #93E148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.22%

R = 33.11%
G = 50.68%
B = 16.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#93E148 (or 0x93E148) is known color: Atlantis. HEX triplet: 93, E1 and 48. RGB value is (147,225,72). Sum of RGB (Red+Green+Blue) = 147+225+72=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #93E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93E148 is #6C1EB7. Grayscale: #B8B8B8. Windows color (decimal): -7085752 or 4776339. OLE color: 4776339.

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

Color convert

RGB 147 225 72 -
CMYK 0.35 0 0.68 0.12
HSL 90.59º 0.72% 0.58% -
HSV(B) 90.59º 0.68% 0.88% -
XYZ 40.13 60.52 15.7 -
YUV 184.24 64.66 101.44 -
System Red Green Blue C M Y K H S L
Decimal 147 225 72 0.35 0 0.68 0.12 90.59 0.72 0.58
Hex 93 E1 48 23 0 44 C 5B 48 3A
Octal 223 341 110 43 0 104 14 133 110 72
Binary 10010011 11100001 1001000 100011 0 1000100 1100 1011011 1001000 111010

Color Harmonies of #93E148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E148

Black with #93E148

Text Example


Text Example

White with #93E148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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