Html Css Color HEX #A0E132 Atlantis

📋 copy color: '#A0E132'

red 160 ◦ green 225 ◦ blue 50

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

Shades of Atlantis #A0E132

Tints of Atlantis #A0E132

RGB

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

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

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

R = 36.78%
G = 51.72%
B = 11.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#A0E132 (or 0xA0E132) is known color: Atlantis. HEX triplet: A0, E1 and 32. RGB value is (160,225,50). Sum of RGB (Red+Green+Blue) = 160+225+50=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E132 is #5F1ECD. Grayscale: #BABABA. Windows color (decimal): -6233806 or 3334560. OLE color: 3334560.

HSL color Cylindrical-coordinate representation of color #A0E132: hue angle of 82.29º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0E132 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 50 -
CMYK 0.29 0 0.78 0.12
HSL 82.29º 0.74% 0.54% -
HSV(B) 82.29º 0.78% 0.88% -
XYZ 42 61.55 12.69 -
YUV 185.62 51.47 109.73 -
System Red Green Blue C M Y K H S L
Decimal 160 225 50 0.29 0 0.78 0.12 82.29 0.74 0.54
Hex A0 E1 32 1D 0 4E C 52 4A 36
Octal 240 341 62 35 0 116 14 122 112 66
Binary 10100000 11100001 110010 11101 0 1001110 1100 1010010 1001010 110110

Color Harmonies of #A0E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E132

Black with #A0E132

Text Example


Text Example

White with #A0E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E132; }

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

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

background-color css

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

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

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

border-color css

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

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

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