Html Css Color HEX #A2C746 Atlantis

📋 copy color: '#A2C746'

red 162 ◦ green 199 ◦ blue 70

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

Shades of Atlantis #A2C746

Tints of Atlantis #A2C746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.17%

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

R = 37.59%
G = 46.17%
B = 16.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#A2C746 (or 0xA2C746) is known color: Atlantis. HEX triplet: A2, C7 and 46. RGB value is (162,199,70). Sum of RGB (Red+Green+Blue) = 162+199+70=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C746 is #5D38B9. Grayscale: #ADADAD. Windows color (decimal): -6109370 or 4638626. OLE color: 4638626.

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

Color convert

RGB 162 199 70 -
CMYK 0.19 0 0.65 0.22
HSL 77.21º 0.54% 0.53% -
HSV(B) 77.21º 0.65% 0.78% -
XYZ 36.43 48.97 13.33 -
YUV 173.23 69.74 119.99 -
System Red Green Blue C M Y K H S L
Decimal 162 199 70 0.19 0 0.65 0.22 77.21 0.54 0.53
Hex A2 C7 46 13 0 41 16 4D 36 35
Octal 242 307 106 23 0 101 26 115 66 65
Binary 10100010 11000111 1000110 10011 0 1000001 10110 1001101 110110 110101

Color Harmonies of #A2C746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C746

Black with #A2C746

Text Example


Text Example

White with #A2C746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C746; }

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

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

background-color css

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

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

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

border-color css

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

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

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