Html Css Color HEX #A1E731 Atlantis

📋 copy color: '#A1E731'

red 161 ◦ green 231 ◦ blue 49

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

Shades of Atlantis #A1E731

Tints of Atlantis #A1E731

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.38%

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

R = 36.51%
G = 52.38%
B = 11.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#A1E731 (or 0xA1E731) is known color: Atlantis. HEX triplet: A1, E7 and 31. RGB value is (161,231,49). Sum of RGB (Red+Green+Blue) = 161+231+49=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E731 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E731 is #5E18CE. Grayscale: #BDBDBD. Windows color (decimal): -6166735 or 3270561. OLE color: 3270561.

HSL color Cylindrical-coordinate representation of color #A1E731: hue angle of 83.08º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1E731 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 231 49 -
CMYK 0.30 0 0.79 0.09
HSL 83.08º 0.79% 0.55% -
HSV(B) 83.08º 0.79% 0.91% -
XYZ 43.83 64.95 13.13 -
YUV 189.32 48.81 107.8 -
System Red Green Blue C M Y K H S L
Decimal 161 231 49 0.30 0 0.79 0.09 83.08 0.79 0.55
Hex A1 E7 31 1E 0 4F 9 53 4F 37
Octal 241 347 61 36 0 117 11 123 117 67
Binary 10100001 11100111 110001 11110 0 1001111 1001 1010011 1001111 110111

Color Harmonies of #A1E731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E731

Black with #A1E731

Text Example


Text Example

White with #A1E731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E731; }

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

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

background-color css

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

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

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

border-color css

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

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

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