Html Css Color HEX #A2C147 Atlantis

📋 copy color: '#A2C147'

red 162 ◦ green 193 ◦ blue 71

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

Shades of Atlantis #A2C147

Tints of Atlantis #A2C147

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.31%

 BLUE value IS 71 (28.13% from 255) = 16.67%

R = 38.03%
G = 45.31%
B = 16.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#A2C147 (or 0xA2C147) is known color: Atlantis. HEX triplet: A2, C1 and 47. RGB value is (162,193,71). Sum of RGB (Red+Green+Blue) = 162+193+71=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C147 is #5D3EB8. Grayscale: #AAAAAA. Windows color (decimal): -6110905 or 4702626. OLE color: 4702626.

HSL color Cylindrical-coordinate representation of color #A2C147: hue angle of 75.25º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2C147 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 71 -
CMYK 0.16 0 0.63 0.24
HSL 75.25º 0.5% 0.52% -
HSV(B) 75.25º 0.63% 0.76% -
XYZ 35.11 46.28 13.04 -
YUV 169.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 162 193 71 0.16 0 0.63 0.24 75.25 0.5 0.52
Hex A2 C1 47 10 0 3F 18 4B 32 34
Octal 242 301 107 20 0 77 30 113 62 64
Binary 10100010 11000001 1000111 10000 0 111111 11000 1001011 110010 110100

Color Harmonies of #A2C147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C147

Black with #A2C147

Text Example


Text Example

White with #A2C147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C147; }

 p { color: rgb(162,193,71); }

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

background-color css

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

 a { background-color: rgb(162,193,71); }

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

border-color css

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

 span { border-color: rgb(162,193,71); }

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