Html Css Color HEX #A2C346 Atlantis

📋 copy color: '#A2C346'

red 162 ◦ green 195 ◦ blue 70

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

Shades of Atlantis #A2C346

Tints of Atlantis #A2C346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.39%

R = 37.94%
G = 45.67%
B = 16.39%

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

#A2C346 (or 0xA2C346) is known color: Atlantis. HEX triplet: A2, C3 and 46. RGB value is (162,195,70). Sum of RGB (Red+Green+Blue) = 162+195+70=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C346 is #5D3CB9. Grayscale: #ABABAB. Windows color (decimal): -6110394 or 4637602. OLE color: 4637602.

HSL color Cylindrical-coordinate representation of color #A2C346: hue angle of 75.84º 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 #A2C346 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 195 70 -
CMYK 0.17 0 0.64 0.24
HSL 75.84º 0.51% 0.52% -
HSV(B) 75.84º 0.64% 0.76% -
XYZ 35.52 47.15 13.02 -
YUV 170.88 71.07 121.66 -
System Red Green Blue C M Y K H S L
Decimal 162 195 70 0.17 0 0.64 0.24 75.84 0.51 0.52
Hex A2 C3 46 11 0 40 18 4C 33 34
Octal 242 303 106 21 0 100 30 114 63 64
Binary 10100010 11000011 1000110 10001 0 1000000 11000 1001100 110011 110100

Color Harmonies of #A2C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C346

Black with #A2C346

Text Example


Text Example

White with #A2C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C346; }

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

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

background-color css

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

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

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

border-color css

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

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

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