Html Css Color HEX #A2E03C Atlantis

📋 copy color: '#A2E03C'

red 162 ◦ green 224 ◦ blue 60

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

Shades of Atlantis #A2E03C

Tints of Atlantis #A2E03C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.22%

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

R = 36.32%
G = 50.22%
B = 13.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#A2E03C (or 0xA2E03C) is known color: Atlantis. HEX triplet: A2, E0 and 3C. RGB value is (162,224,60). Sum of RGB (Red+Green+Blue) = 162+224+60=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 60 (23.83% from 255 or 13.45% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E03C is #5D1FC3. Grayscale: #BBBBBB. Windows color (decimal): -6102980 or 3989666. OLE color: 3989666.

HSL color Cylindrical-coordinate representation of color #A2E03C: hue angle of 82.68º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2E03C is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 60 -
CMYK 0.28 0 0.73 0.12
HSL 82.68º 0.73% 0.56% -
HSV(B) 82.68º 0.73% 0.88% -
XYZ 42.37 61.32 13.88 -
YUV 186.77 56.46 110.34 -
System Red Green Blue C M Y K H S L
Decimal 162 224 60 0.28 0 0.73 0.12 82.68 0.73 0.56
Hex A2 E0 3C 1C 0 49 C 53 49 38
Octal 242 340 74 34 0 111 14 123 111 70
Binary 10100010 11100000 111100 11100 0 1001001 1100 1010011 1001001 111000

Color Harmonies of #A2E03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E03C

Black with #A2E03C

Text Example


Text Example

White with #A2E03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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