Html Css Color HEX #A2C53A Atlantis

📋 copy color: '#A2C53A'

red 162 ◦ green 197 ◦ blue 58

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

Shades of Atlantis #A2C53A

Tints of Atlantis #A2C53A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.24%

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 38.85%
G = 47.24%
B = 13.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#A2C53A (or 0xA2C53A) is known color: Atlantis. HEX triplet: A2, C5 and 3A. RGB value is (162,197,58). Sum of RGB (Red+Green+Blue) = 162+197+58=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C53A is #5D3AC5. Grayscale: #ABABAB. Windows color (decimal): -6109894 or 3851682. OLE color: 3851682.

HSL color Cylindrical-coordinate representation of color #A2C53A: hue angle of 75.11º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2C53A is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 58 -
CMYK 0.18 0 0.71 0.23
HSL 75.11º 0.55% 0.5% -
HSV(B) 75.11º 0.71% 0.77% -
XYZ 35.63 47.92 11.37 -
YUV 170.69 64.4 121.8 -
System Red Green Blue C M Y K H S L
Decimal 162 197 58 0.18 0 0.71 0.23 75.11 0.55 0.5
Hex A2 C5 3A 12 0 47 17 4B 37 32
Octal 242 305 72 22 0 107 27 113 67 62
Binary 10100010 11000101 111010 10010 0 1000111 10111 1001011 110111 110010

Color Harmonies of #A2C53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C53A

Black with #A2C53A

Text Example


Text Example

White with #A2C53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C53A; }

 p { color: rgb(162,197,58); }

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

background-color css

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

 a { background-color: rgb(162,197,58); }

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

border-color css

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

 span { border-color: rgb(162,197,58); }

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