Html Css Color HEX #A2E442 Atlantis

📋 copy color: '#A2E442'

red 162 ◦ green 228 ◦ blue 66

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

Shades of Atlantis #A2E442

Tints of Atlantis #A2E442

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50%

 BLUE value IS 66 (26.17% from 255) = 14.47%

R = 35.53%
G = 50%
B = 14.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#A2E442 (or 0xA2E442) is known color: Atlantis. HEX triplet: A2, E4 and 42. RGB value is (162,228,66). Sum of RGB (Red+Green+Blue) = 162+228+66=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E442 is #5D1BBD. Grayscale: #BEBEBE. Windows color (decimal): -6101950 or 4383906. OLE color: 4383906.

HSL color Cylindrical-coordinate representation of color #A2E442: hue angle of 84.44º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2E442 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 228 66 -
CMYK 0.29 0 0.71 0.11
HSL 84.44º 0.75% 0.58% -
HSV(B) 84.44º 0.71% 0.89% -
XYZ 43.63 63.56 15.12 -
YUV 189.8 58.13 108.17 -
System Red Green Blue C M Y K H S L
Decimal 162 228 66 0.29 0 0.71 0.11 84.44 0.75 0.58
Hex A2 E4 42 1D 0 47 B 54 4B 3A
Octal 242 344 102 35 0 107 13 124 113 72
Binary 10100010 11100100 1000010 11101 0 1000111 1011 1010100 1001011 111010

Color Harmonies of #A2E442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E442

Black with #A2E442

Text Example


Text Example

White with #A2E442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E442; }

 p { color: rgb(162,228,66); }

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

background-color css

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

 a { background-color: rgb(162,228,66); }

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

border-color css

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

 span { border-color: rgb(162,228,66); }

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