Html Css Color HEX #A2E13E Atlantis

📋 copy color: '#A2E13E'

red 162 ◦ green 225 ◦ blue 62

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

Shades of Atlantis #A2E13E

Tints of Atlantis #A2E13E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.11%

 BLUE value IS 62 (24.61% from 255) = 13.81%

R = 36.08%
G = 50.11%
B = 13.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#A2E13E (or 0xA2E13E) is known color: Atlantis. HEX triplet: A2, E1 and 3E. RGB value is (162,225,62). Sum of RGB (Red+Green+Blue) = 162+225+62=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E13E is #5D1EC1. Grayscale: #BCBCBC. Windows color (decimal): -6102722 or 4120994. OLE color: 4120994.

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

Color convert

RGB 162 225 62 -
CMYK 0.28 0 0.72 0.12
HSL 83.19º 0.73% 0.56% -
HSV(B) 83.19º 0.72% 0.88% -
XYZ 42.7 61.88 14.25 -
YUV 187.58 57.13 109.75 -
System Red Green Blue C M Y K H S L
Decimal 162 225 62 0.28 0 0.72 0.12 83.19 0.73 0.56
Hex A2 E1 3E 1C 0 48 C 53 49 38
Octal 242 341 76 34 0 110 14 123 111 70
Binary 10100010 11100001 111110 11100 0 1001000 1100 1010011 1001001 111000

Color Harmonies of #A2E13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E13E

Black with #A2E13E

Text Example


Text Example

White with #A2E13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E13E; }

 p { color: rgb(162,225,62); }

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

background-color css

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

 a { background-color: rgb(162,225,62); }

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

border-color css

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

 span { border-color: rgb(162,225,62); }

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