Html Css Color HEX #93C349 Atlantis

📋 copy color: '#93C349'

red 147 ◦ green 195 ◦ blue 73

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

Shades of Atlantis #93C349

Tints of Atlantis #93C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.99%

 BLUE value IS 73 (28.91% from 255) = 17.59%

R = 35.42%
G = 46.99%
B = 17.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#93C349 (or 0x93C349) is known color: Atlantis. HEX triplet: 93, C3 and 49. RGB value is (147,195,73). Sum of RGB (Red+Green+Blue) = 147+195+73=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #93C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #93C349 is #6C3CB6. Grayscale: #A7A7A7. Windows color (decimal): -7093431 or 4834195. OLE color: 4834195.

HSL color Cylindrical-coordinate representation of color #93C349: hue angle of 83.61º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93C349 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 195 73 -
CMYK 0.25 0 0.63 0.24
HSL 83.61º 0.5% 0.53% -
HSV(B) 83.61º 0.63% 0.76% -
XYZ 32.75 45.71 13.4 -
YUV 166.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 147 195 73 0.25 0 0.63 0.24 83.61 0.5 0.53
Hex 93 C3 49 19 0 3F 18 54 32 35
Octal 223 303 111 31 0 77 30 124 62 65
Binary 10010011 11000011 1001001 11001 0 111111 11000 1010100 110010 110101

Color Harmonies of #93C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C349

Black with #93C349

Text Example


Text Example

White with #93C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,195,73); }

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

background-color css

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

 a { background-color: rgb(147,195,73); }

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

border-color css

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

 span { border-color: rgb(147,195,73); }

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