Html Css Color HEX #A1E143 Atlantis

📋 copy color: '#A1E143'

red 161 ◦ green 225 ◦ blue 67

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

Shades of Atlantis #A1E143

Tints of Atlantis #A1E143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.79%

R = 35.54%
G = 49.67%
B = 14.79%

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

#A1E143 (or 0xA1E143) is known color: Atlantis. HEX triplet: A1, E1 and 43. RGB value is (161,225,67). Sum of RGB (Red+Green+Blue) = 161+225+67=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E143 is #5E1EBC. Grayscale: #BCBCBC. Windows color (decimal): -6168253 or 4448673. OLE color: 4448673.

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

Color convert

RGB 161 225 67 -
CMYK 0.28 0 0.70 0.12
HSL 84.3º 0.72% 0.57% -
HSV(B) 84.3º 0.7% 0.88% -
XYZ 42.64 61.83 15 -
YUV 187.85 59.8 108.85 -
System Red Green Blue C M Y K H S L
Decimal 161 225 67 0.28 0 0.70 0.12 84.3 0.72 0.57
Hex A1 E1 43 1C 0 46 C 54 48 39
Octal 241 341 103 34 0 106 14 124 110 71
Binary 10100001 11100001 1000011 11100 0 1000110 1100 1010100 1001000 111001

Color Harmonies of #A1E143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E143

Black with #A1E143

Text Example


Text Example

White with #A1E143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E143; }

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

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

background-color css

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

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

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

border-color css

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

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

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