Html Css Color HEX #A2E136 Atlantis

📋 copy color: '#A2E136'

red 162 ◦ green 225 ◦ blue 54

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

Shades of Atlantis #A2E136

Tints of Atlantis #A2E136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.24%

R = 36.73%
G = 51.02%
B = 12.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#A2E136 (or 0xA2E136) is known color: Atlantis. HEX triplet: A2, E1 and 36. RGB value is (162,225,54). Sum of RGB (Red+Green+Blue) = 162+225+54=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E136 is #5D1EC9. Grayscale: #BBBBBB. Windows color (decimal): -6102730 or 3596706. OLE color: 3596706.

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

Color convert

RGB 162 225 54 -
CMYK 0.28 0 0.76 0.12
HSL 82.11º 0.74% 0.55% -
HSV(B) 82.11º 0.76% 0.88% -
XYZ 42.49 61.8 13.18 -
YUV 186.67 53.13 110.4 -
System Red Green Blue C M Y K H S L
Decimal 162 225 54 0.28 0 0.76 0.12 82.11 0.74 0.55
Hex A2 E1 36 1C 0 4C C 52 4A 37
Octal 242 341 66 34 0 114 14 122 112 67
Binary 10100010 11100001 110110 11100 0 1001100 1100 1010010 1001010 110111

Color Harmonies of #A2E136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E136

Black with #A2E136

Text Example


Text Example

White with #A2E136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E136; }

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

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

background-color css

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

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

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

border-color css

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

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

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