Html Css Color HEX #A0E532 Atlantis

📋 copy color: '#A0E532'

red 160 ◦ green 229 ◦ blue 50

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

Shades of Atlantis #A0E532

Tints of Atlantis #A0E532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.39%

R = 36.45%
G = 52.16%
B = 11.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#A0E532 (or 0xA0E532) is known color: Atlantis. HEX triplet: A0, E5 and 32. RGB value is (160,229,50). Sum of RGB (Red+Green+Blue) = 160+229+50=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E532 is #5F1ACD. Grayscale: #BCBCBC. Windows color (decimal): -6232782 or 3335584. OLE color: 3335584.

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

Color convert

RGB 160 229 50 -
CMYK 0.30 0 0.78 0.10
HSL 83.13º 0.77% 0.55% -
HSV(B) 83.13º 0.78% 0.9% -
XYZ 43.09 63.74 13.05 -
YUV 187.96 50.14 108.05 -
System Red Green Blue C M Y K H S L
Decimal 160 229 50 0.30 0 0.78 0.10 83.13 0.77 0.55
Hex A0 E5 32 1E 0 4E A 53 4D 37
Octal 240 345 62 36 0 116 12 123 115 67
Binary 10100000 11100101 110010 11110 0 1001110 1010 1010011 1001101 110111

Color Harmonies of #A0E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E532

Black with #A0E532

Text Example


Text Example

White with #A0E532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E532; }

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

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

background-color css

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

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

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

border-color css

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

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

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