Html Css Color HEX #A1E431 Atlantis

📋 copy color: '#A1E431'

red 161 ◦ green 228 ◦ blue 49

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

Shades of Atlantis #A1E431

Tints of Atlantis #A1E431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.19%

R = 36.76%
G = 52.05%
B = 11.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#A1E431 (or 0xA1E431) is known color: Atlantis. HEX triplet: A1, E4 and 31. RGB value is (161,228,49). Sum of RGB (Red+Green+Blue) = 161+228+49=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E431 is #5E1BCE. Grayscale: #BCBCBC. Windows color (decimal): -6167503 or 3269793. OLE color: 3269793.

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

Color convert

RGB 161 228 49 -
CMYK 0.29 0 0.79 0.11
HSL 82.46º 0.77% 0.54% -
HSV(B) 82.46º 0.79% 0.89% -
XYZ 43 63.29 12.85 -
YUV 187.56 49.8 109.05 -
System Red Green Blue C M Y K H S L
Decimal 161 228 49 0.29 0 0.79 0.11 82.46 0.77 0.54
Hex A1 E4 31 1D 0 4F B 52 4D 36
Octal 241 344 61 35 0 117 13 122 115 66
Binary 10100001 11100100 110001 11101 0 1001111 1011 1010010 1001101 110110

Color Harmonies of #A1E431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E431

Black with #A1E431

Text Example


Text Example

White with #A1E431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E431; }

 p { color: rgb(161,228,49); }

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

background-color css

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

 a { background-color: rgb(161,228,49); }

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

border-color css

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

 span { border-color: rgb(161,228,49); }

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