Html Css Color HEX #A3C349 Atlantis

📋 copy color: '#A3C349'

red 163 ◦ green 195 ◦ blue 73

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

Shades of Atlantis #A3C349

Tints of Atlantis #A3C349

RGB

 RED value IS 163 (64.06% from 255) = 37.82%

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

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

R = 37.82%
G = 45.24%
B = 16.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A3C349 (or 0xA3C349) is known color: Atlantis. HEX triplet: A3, C3 and 49. RGB value is (163,195,73). Sum of RGB (Red+Green+Blue) = 163+195+73=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C349 is #5C3CB6. Grayscale: #ABABAB. Windows color (decimal): -6044855 or 4834211. OLE color: 4834211.

HSL color Cylindrical-coordinate representation of color #A3C349: hue angle of 75.74º 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 #A3C349 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 195 73 -
CMYK 0.16 0 0.63 0.24
HSL 75.74º 0.5% 0.53% -
HSV(B) 75.74º 0.63% 0.76% -
XYZ 35.82 47.3 13.54 -
YUV 171.52 72.4 121.92 -
System Red Green Blue C M Y K H S L
Decimal 163 195 73 0.16 0 0.63 0.24 75.74 0.5 0.53
Hex A3 C3 49 10 0 3F 18 4C 32 35
Octal 243 303 111 20 0 77 30 114 62 65
Binary 10100011 11000011 1001001 10000 0 111111 11000 1001100 110010 110101

Color Harmonies of #A3C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C349

Black with #A3C349

Text Example


Text Example

White with #A3C349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C349; }

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

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

background-color css

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

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

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

border-color css

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

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

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