Html Css Color HEX #A2C347 Atlantis

📋 copy color: '#A2C347'

red 162 ◦ green 195 ◦ blue 71

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

Shades of Atlantis #A2C347

Tints of Atlantis #A2C347

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.56%

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

R = 37.85%
G = 45.56%
B = 16.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#A2C347 (or 0xA2C347) is known color: Atlantis. HEX triplet: A2, C3 and 47. RGB value is (162,195,71). Sum of RGB (Red+Green+Blue) = 162+195+71=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C347 is #5D3CB8. Grayscale: #ABABAB. Windows color (decimal): -6110393 or 4703138. OLE color: 4703138.

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

Color convert

RGB 162 195 71 -
CMYK 0.17 0 0.64 0.24
HSL 75.97º 0.51% 0.52% -
HSV(B) 75.97º 0.64% 0.76% -
XYZ 35.55 47.17 13.19 -
YUV 171 71.57 121.58 -
System Red Green Blue C M Y K H S L
Decimal 162 195 71 0.17 0 0.64 0.24 75.97 0.51 0.52
Hex A2 C3 47 11 0 40 18 4C 33 34
Octal 242 303 107 21 0 100 30 114 63 64
Binary 10100010 11000011 1000111 10001 0 1000000 11000 1001100 110011 110100

Color Harmonies of #A2C347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C347

Black with #A2C347

Text Example


Text Example

White with #A2C347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C347; }

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

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

background-color css

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

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

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

border-color css

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

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

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