Html Css Color HEX #A2C349 Atlantis

📋 copy color: '#A2C349'

red 162 ◦ green 195 ◦ blue 73

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

Shades of Atlantis #A2C349

Tints of Atlantis #A2C349

RGB

 RED value IS 162 (63.67% from 255) = 37.67%

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

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

R = 37.67%
G = 45.35%
B = 16.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A2C349 (or 0xA2C349) is known color: Atlantis. HEX triplet: A2, C3 and 49. RGB value is (162,195,73). Sum of RGB (Red+Green+Blue) = 162+195+73=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C349 is #5D3CB6. Grayscale: #ABABAB. Windows color (decimal): -6110391 or 4834210. OLE color: 4834210.

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

Color convert

RGB 162 195 73 -
CMYK 0.17 0 0.63 0.24
HSL 76.23º 0.5% 0.53% -
HSV(B) 76.23º 0.63% 0.76% -
XYZ 35.62 47.19 13.54 -
YUV 171.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 162 195 73 0.17 0 0.63 0.24 76.23 0.5 0.53
Hex A2 C3 49 11 0 3F 18 4C 32 35
Octal 242 303 111 21 0 77 30 114 62 65
Binary 10100010 11000011 1001001 10001 0 111111 11000 1001100 110010 110101

Color Harmonies of #A2C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C349

Black with #A2C349

Text Example


Text Example

White with #A2C349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C349; }

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

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

background-color css

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

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

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

border-color css

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

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

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