Html Css Color HEX #A2C550 Atlantis

📋 copy color: '#A2C550'

red 162 ◦ green 197 ◦ blue 80

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

Shades of Atlantis #A2C550

Tints of Atlantis #A2C550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.22%

R = 36.9%
G = 44.87%
B = 18.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#A2C550 (or 0xA2C550) is known color: Atlantis. HEX triplet: A2, C5 and 50. RGB value is (162,197,80). Sum of RGB (Red+Green+Blue) = 162+197+80=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C550 is #5D3AAF. Grayscale: #ADADAD. Windows color (decimal): -6109872 or 5293474. OLE color: 5293474.

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

Color convert

RGB 162 197 80 -
CMYK 0.18 0 0.59 0.23
HSL 77.95º 0.5% 0.54% -
HSV(B) 77.95º 0.59% 0.77% -
XYZ 36.31 48.19 14.98 -
YUV 173.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 162 197 80 0.18 0 0.59 0.23 77.95 0.5 0.54
Hex A2 C5 50 12 0 3B 17 4E 32 36
Octal 242 305 120 22 0 73 27 116 62 66
Binary 10100010 11000101 1010000 10010 0 111011 10111 1001110 110010 110110

Color Harmonies of #A2C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C550

Black with #A2C550

Text Example


Text Example

White with #A2C550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C550; }

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

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

background-color css

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

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

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

border-color css

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

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

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