Html Css Color HEX #A2C63C Atlantis

📋 copy color: '#A2C63C'

red 162 ◦ green 198 ◦ blue 60

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

Shades of Atlantis #A2C63C

Tints of Atlantis #A2C63C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

 BLUE value IS 60 (23.83% from 255) = 14.29%

R = 38.57%
G = 47.14%
B = 14.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#A2C63C (or 0xA2C63C) is known color: Atlantis. HEX triplet: A2, C6 and 3C. RGB value is (162,198,60). Sum of RGB (Red+Green+Blue) = 162+198+60=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C63C is #5D39C3. Grayscale: #ACACAC. Windows color (decimal): -6109636 or 3983010. OLE color: 3983010.

HSL color Cylindrical-coordinate representation of color #A2C63C: hue angle of 75.65º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2C63C is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 60 -
CMYK 0.18 0 0.70 0.22
HSL 75.65º 0.55% 0.51% -
HSV(B) 75.65º 0.7% 0.78% -
XYZ 35.91 48.4 11.72 -
YUV 171.5 65.07 121.22 -
System Red Green Blue C M Y K H S L
Decimal 162 198 60 0.18 0 0.70 0.22 75.65 0.55 0.51
Hex A2 C6 3C 12 0 46 16 4C 37 33
Octal 242 306 74 22 0 106 26 114 67 63
Binary 10100010 11000110 111100 10010 0 1000110 10110 1001100 110111 110011

Color Harmonies of #A2C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C63C

Black with #A2C63C

Text Example


Text Example

White with #A2C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C63C; }

 p { color: rgb(162,198,60); }

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

background-color css

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

 a { background-color: rgb(162,198,60); }

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

border-color css

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

 span { border-color: rgb(162,198,60); }

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