Html Css Color HEX #A1E137 Atlantis

📋 copy color: '#A1E137'

red 161 ◦ green 225 ◦ blue 55

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

Shades of Atlantis #A1E137

Tints of Atlantis #A1E137

RGB

 RED value IS 161 (63.28% from 255) = 36.51%

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

 BLUE value IS 55 (21.88% from 255) = 12.47%

R = 36.51%
G = 51.02%
B = 12.47%

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

#A1E137 (or 0xA1E137) is known color: Atlantis. HEX triplet: A1, E1 and 37. RGB value is (161,225,55). Sum of RGB (Red+Green+Blue) = 161+225+55=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E137 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E137 is #5E1EC8. Grayscale: #BBBBBB. Windows color (decimal): -6168265 or 3662241. OLE color: 3662241.

HSL color Cylindrical-coordinate representation of color #A1E137: hue angle of 82.59º 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 #A1E137 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 55 -
CMYK 0.28 0 0.76 0.12
HSL 82.59º 0.74% 0.55% -
HSV(B) 82.59º 0.76% 0.88% -
XYZ 42.31 61.7 13.29 -
YUV 186.48 53.8 109.82 -
System Red Green Blue C M Y K H S L
Decimal 161 225 55 0.28 0 0.76 0.12 82.59 0.74 0.55
Hex A1 E1 37 1C 0 4C C 53 4A 37
Octal 241 341 67 34 0 114 14 123 112 67
Binary 10100001 11100001 110111 11100 0 1001100 1100 1010011 1001010 110111

Color Harmonies of #A1E137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E137

Black with #A1E137

Text Example


Text Example

White with #A1E137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E137; }

 p { color: rgb(161,225,55); }

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

background-color css

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

 a { background-color: rgb(161,225,55); }

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

border-color css

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

 span { border-color: rgb(161,225,55); }

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