Html Css Color HEX #93C440 Atlantis

📋 copy color: '#93C440'

red 147 ◦ green 196 ◦ blue 64

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

Shades of Atlantis #93C440

Tints of Atlantis #93C440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.16%

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

R = 36.12%
G = 48.16%
B = 15.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#93C440 (or 0x93C440) is known color: Atlantis. HEX triplet: 93, C4 and 40. RGB value is (147,196,64). Sum of RGB (Red+Green+Blue) = 147+196+64=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #93C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C440 is #6C3BBF. Grayscale: #A6A6A6. Windows color (decimal): -7093184 or 4244627. OLE color: 4244627.

HSL color Cylindrical-coordinate representation of color #93C440: hue angle of 82.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93C440 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 196 64 -
CMYK 0.25 0 0.67 0.23
HSL 82.27º 0.53% 0.51% -
HSV(B) 82.27º 0.67% 0.77% -
XYZ 32.7 46.05 12.02 -
YUV 166.3 70.27 114.23 -
System Red Green Blue C M Y K H S L
Decimal 147 196 64 0.25 0 0.67 0.23 82.27 0.53 0.51
Hex 93 C4 40 19 0 43 17 52 35 33
Octal 223 304 100 31 0 103 27 122 65 63
Binary 10010011 11000100 1000000 11001 0 1000011 10111 1010010 110101 110011

Color Harmonies of #93C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C440

Black with #93C440

Text Example


Text Example

White with #93C440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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