Html Css Color HEX #A0E146 Atlantis

📋 copy color: '#A0E146'

red 160 ◦ green 225 ◦ blue 70

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

Shades of Atlantis #A0E146

Tints of Atlantis #A0E146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.38%

R = 35.16%
G = 49.45%
B = 15.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#A0E146 (or 0xA0E146) is known color: Atlantis. HEX triplet: A0, E1 and 46. RGB value is (160,225,70). Sum of RGB (Red+Green+Blue) = 160+225+70=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E146 is #5F1EB9. Grayscale: #BCBCBC. Windows color (decimal): -6233786 or 4645280. OLE color: 4645280.

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

Color convert

RGB 160 225 70 -
CMYK 0.29 0 0.69 0.12
HSL 85.16º 0.72% 0.58% -
HSV(B) 85.16º 0.69% 0.88% -
XYZ 42.53 61.77 15.47 -
YUV 187.9 61.47 108.1 -
System Red Green Blue C M Y K H S L
Decimal 160 225 70 0.29 0 0.69 0.12 85.16 0.72 0.58
Hex A0 E1 46 1D 0 45 C 55 48 3A
Octal 240 341 106 35 0 105 14 125 110 72
Binary 10100000 11100001 1000110 11101 0 1000101 1100 1010101 1001000 111010

Color Harmonies of #A0E146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E146

Black with #A0E146

Text Example


Text Example

White with #A0E146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E146; }

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

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

background-color css

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

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

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

border-color css

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

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

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