Html Css Color HEX #A2C745 Atlantis

📋 copy color: '#A2C745'

red 162 ◦ green 199 ◦ blue 69

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

Shades of Atlantis #A2C745

Tints of Atlantis #A2C745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.05%

R = 37.67%
G = 46.28%
B = 16.05%

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

#A2C745 (or 0xA2C745) is known color: Atlantis. HEX triplet: A2, C7 and 45. RGB value is (162,199,69). Sum of RGB (Red+Green+Blue) = 162+199+69=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C745 is #5D38BA. Grayscale: #ADADAD. Windows color (decimal): -6109371 or 4573090. OLE color: 4573090.

HSL color Cylindrical-coordinate representation of color #A2C745: hue angle of 77.08º 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 #A2C745 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 199 69 -
CMYK 0.19 0 0.65 0.22
HSL 77.08º 0.54% 0.53% -
HSV(B) 77.08º 0.65% 0.78% -
XYZ 36.4 48.96 13.16 -
YUV 173.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 162 199 69 0.19 0 0.65 0.22 77.08 0.54 0.53
Hex A2 C7 45 13 0 41 16 4D 36 35
Octal 242 307 105 23 0 101 26 115 66 65
Binary 10100010 11000111 1000101 10011 0 1000001 10110 1001101 110110 110101

Color Harmonies of #A2C745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C745

Black with #A2C745

Text Example


Text Example

White with #A2C745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C745; }

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

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

background-color css

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

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

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

border-color css

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

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

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