Html Css Color HEX #A0E531 Atlantis

📋 copy color: '#A0E531'

red 160 ◦ green 229 ◦ blue 49

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

Shades of Atlantis #A0E531

Tints of Atlantis #A0E531

RGB

 RED value IS 160 (62.89% from 255) = 36.53%

 GREEN value IS 229 (89.84% from 255) = 52.28%

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

R = 36.53%
G = 52.28%
B = 11.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#A0E531 (or 0xA0E531) is known color: Atlantis. HEX triplet: A0, E5 and 31. RGB value is (160,229,49). Sum of RGB (Red+Green+Blue) = 160+229+49=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E531 is #5F1ACE. Grayscale: #BCBCBC. Windows color (decimal): -6232783 or 3270048. OLE color: 3270048.

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

Color convert

RGB 160 229 49 -
CMYK 0.30 0 0.79 0.10
HSL 83º 0.78% 0.55% -
HSV(B) 83º 0.79% 0.9% -
XYZ 43.07 63.73 12.94 -
YUV 187.85 49.64 108.14 -
System Red Green Blue C M Y K H S L
Decimal 160 229 49 0.30 0 0.79 0.10 83 0.78 0.55
Hex A0 E5 31 1E 0 4F A 53 4E 37
Octal 240 345 61 36 0 117 12 123 116 67
Binary 10100000 11100101 110001 11110 0 1001111 1010 1010011 1001110 110111

Color Harmonies of #A0E531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E531

Black with #A0E531

Text Example


Text Example

White with #A0E531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E531; }

 p { color: rgb(160,229,49); }

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

background-color css

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

 a { background-color: rgb(160,229,49); }

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

border-color css

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

 span { border-color: rgb(160,229,49); }

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