Html Css Color HEX #93C44F Atlantis

📋 copy color: '#93C44F'

red 147 ◦ green 196 ◦ blue 79

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

Shades of Atlantis #93C44F

Tints of Atlantis #93C44F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 34.83%
G = 46.45%
B = 18.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#93C44F (or 0x93C44F) is known color: Atlantis. HEX triplet: 93, C4 and 4F. RGB value is (147,196,79). Sum of RGB (Red+Green+Blue) = 147+196+79=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #93C44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C44F is #6C3BB0. Grayscale: #A8A8A8. Windows color (decimal): -7093169 or 5227667. OLE color: 5227667.

HSL color Cylindrical-coordinate representation of color #93C44F: hue angle of 85.13º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93C44F is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 196 79 -
CMYK 0.25 0 0.60 0.23
HSL 85.13º 0.5% 0.54% -
HSV(B) 85.13º 0.6% 0.77% -
XYZ 33.18 46.25 14.57 -
YUV 168.01 77.77 113.01 -
System Red Green Blue C M Y K H S L
Decimal 147 196 79 0.25 0 0.60 0.23 85.13 0.5 0.54
Hex 93 C4 4F 19 0 3C 17 55 32 36
Octal 223 304 117 31 0 74 27 125 62 66
Binary 10010011 11000100 1001111 11001 0 111100 10111 1010101 110010 110110

Color Harmonies of #93C44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C44F

Black with #93C44F

Text Example


Text Example

White with #93C44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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