Html Css Color HEX #A2C54D Atlantis

📋 copy color: '#A2C54D'

red 162 ◦ green 197 ◦ blue 77

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

Shades of Atlantis #A2C54D

Tints of Atlantis #A2C54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.66%

R = 37.16%
G = 45.18%
B = 17.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#A2C54D (or 0xA2C54D) is known color: Atlantis. HEX triplet: A2, C5 and 4D. RGB value is (162,197,77). Sum of RGB (Red+Green+Blue) = 162+197+77=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C54D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C54D is #5D3AB2. Grayscale: #ADADAD. Windows color (decimal): -6109875 or 5096866. OLE color: 5096866.

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

Color convert

RGB 162 197 77 -
CMYK 0.18 0 0.61 0.23
HSL 77.5º 0.51% 0.54% -
HSV(B) 77.5º 0.61% 0.77% -
XYZ 36.21 48.15 14.41 -
YUV 172.86 73.9 120.26 -
System Red Green Blue C M Y K H S L
Decimal 162 197 77 0.18 0 0.61 0.23 77.5 0.51 0.54
Hex A2 C5 4D 12 0 3D 17 4E 33 36
Octal 242 305 115 22 0 75 27 116 63 66
Binary 10100010 11000101 1001101 10010 0 111101 10111 1001110 110011 110110

Color Harmonies of #A2C54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C54D

Black with #A2C54D

Text Example


Text Example

White with #A2C54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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