Html Css Color HEX #A2C648 Atlantis

📋 copy color: '#A2C648'

red 162 ◦ green 198 ◦ blue 72

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

Shades of Atlantis #A2C648

Tints of Atlantis #A2C648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.83%

 BLUE value IS 72 (28.52% from 255) = 16.67%

R = 37.5%
G = 45.83%
B = 16.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#A2C648 (or 0xA2C648) is known color: Atlantis. HEX triplet: A2, C6 and 48. RGB value is (162,198,72). Sum of RGB (Red+Green+Blue) = 162+198+72=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C648 is #5D39B7. Grayscale: #ADADAD. Windows color (decimal): -6109624 or 4769442. OLE color: 4769442.

HSL color Cylindrical-coordinate representation of color #A2C648: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2C648 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 72 -
CMYK 0.18 0 0.64 0.22
HSL 77.14º 0.53% 0.53% -
HSV(B) 77.14º 0.64% 0.78% -
XYZ 36.26 48.54 13.59 -
YUV 172.87 71.07 120.25 -
System Red Green Blue C M Y K H S L
Decimal 162 198 72 0.18 0 0.64 0.22 77.14 0.53 0.53
Hex A2 C6 48 12 0 40 16 4D 34 35
Octal 242 306 110 22 0 100 26 115 64 65
Binary 10100010 11000110 1001000 10010 0 1000000 10110 1001101 110100 110101

Color Harmonies of #A2C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C648

Black with #A2C648

Text Example


Text Example

White with #A2C648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C648; }

 p { color: rgb(162,198,72); }

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

background-color css

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

 a { background-color: rgb(162,198,72); }

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

border-color css

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

 span { border-color: rgb(162,198,72); }

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