Html Css Color HEX #A1E144 Atlantis

📋 copy color: '#A1E144'

red 161 ◦ green 225 ◦ blue 68

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

Shades of Atlantis #A1E144

Tints of Atlantis #A1E144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.98%

R = 35.46%
G = 49.56%
B = 14.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#A1E144 (or 0xA1E144) is known color: Atlantis. HEX triplet: A1, E1 and 44. RGB value is (161,225,68). Sum of RGB (Red+Green+Blue) = 161+225+68=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E144 is #5E1EBB. Grayscale: #BCBCBC. Windows color (decimal): -6168252 or 4514209. OLE color: 4514209.

HSL color Cylindrical-coordinate representation of color #A1E144: hue angle of 84.46º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1E144 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 225 68 -
CMYK 0.28 0 0.70 0.12
HSL 84.46º 0.72% 0.57% -
HSV(B) 84.46º 0.7% 0.88% -
XYZ 42.67 61.84 15.16 -
YUV 187.97 60.3 108.77 -
System Red Green Blue C M Y K H S L
Decimal 161 225 68 0.28 0 0.70 0.12 84.46 0.72 0.57
Hex A1 E1 44 1C 0 46 C 54 48 39
Octal 241 341 104 34 0 106 14 124 110 71
Binary 10100001 11100001 1000100 11100 0 1000110 1100 1010100 1001000 111001

Color Harmonies of #A1E144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E144

Black with #A1E144

Text Example


Text Example

White with #A1E144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E144; }

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

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

background-color css

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

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

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

border-color css

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

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

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