Html Css Color HEX #A2E238 Atlantis

📋 copy color: '#A2E238'

red 162 ◦ green 226 ◦ blue 56

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

Shades of Atlantis #A2E238

Tints of Atlantis #A2E238

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.9%

 BLUE value IS 56 (22.27% from 255) = 12.61%

R = 36.49%
G = 50.9%
B = 12.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#A2E238 (or 0xA2E238) is known color: Atlantis. HEX triplet: A2, E2 and 38. RGB value is (162,226,56). Sum of RGB (Red+Green+Blue) = 162+226+56=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E238 is #5D1DC7. Grayscale: #BCBCBC. Windows color (decimal): -6102472 or 3728034. OLE color: 3728034.

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

Color convert

RGB 162 226 56 -
CMYK 0.28 0 0.75 0.11
HSL 82.59º 0.75% 0.55% -
HSV(B) 82.59º 0.75% 0.89% -
XYZ 42.81 62.36 13.52 -
YUV 187.48 53.8 109.82 -
System Red Green Blue C M Y K H S L
Decimal 162 226 56 0.28 0 0.75 0.11 82.59 0.75 0.55
Hex A2 E2 38 1C 0 4B B 53 4B 37
Octal 242 342 70 34 0 113 13 123 113 67
Binary 10100010 11100010 111000 11100 0 1001011 1011 1010011 1001011 110111

Color Harmonies of #A2E238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E238

Black with #A2E238

Text Example


Text Example

White with #A2E238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E238; }

 p { color: rgb(162,226,56); }

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

background-color css

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

 a { background-color: rgb(162,226,56); }

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

border-color css

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

 span { border-color: rgb(162,226,56); }

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