Html Css Color HEX #A2E741 Atlantis

📋 copy color: '#A2E741'

red 162 ◦ green 231 ◦ blue 65

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

Shades of Atlantis #A2E741

Tints of Atlantis #A2E741

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.44%

 BLUE value IS 65 (25.78% from 255) = 14.19%

R = 35.37%
G = 50.44%
B = 14.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#A2E741 (or 0xA2E741) is known color: Atlantis. HEX triplet: A2, E7 and 41. RGB value is (162,231,65). Sum of RGB (Red+Green+Blue) = 162+231+65=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E741 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E741 is #5D18BE. Grayscale: #C0C0C0. Windows color (decimal): -6101183 or 4319138. OLE color: 4319138.

HSL color Cylindrical-coordinate representation of color #A2E741: hue angle of 84.94º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2E741 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 231 65 -
CMYK 0.30 0 0.72 0.09
HSL 84.94º 0.78% 0.58% -
HSV(B) 84.94º 0.72% 0.91% -
XYZ 44.43 65.21 15.25 -
YUV 191.45 56.64 107 -
System Red Green Blue C M Y K H S L
Decimal 162 231 65 0.30 0 0.72 0.09 84.94 0.78 0.58
Hex A2 E7 41 1E 0 48 9 55 4E 3A
Octal 242 347 101 36 0 110 11 125 116 72
Binary 10100010 11100111 1000001 11110 0 1001000 1001 1010101 1001110 111010

Color Harmonies of #A2E741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E741

Black with #A2E741

Text Example


Text Example

White with #A2E741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E741; }

 p { color: rgb(162,231,65); }

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

background-color css

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

 a { background-color: rgb(162,231,65); }

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

border-color css

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

 span { border-color: rgb(162,231,65); }

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