Html Css Color HEX #A0E144 Atlantis

📋 copy color: '#A0E144'

red 160 ◦ green 225 ◦ blue 68

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

Shades of Atlantis #A0E144

Tints of Atlantis #A0E144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.01%

R = 35.32%
G = 49.67%
B = 15.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#A0E144 (or 0xA0E144) is known color: Atlantis. HEX triplet: A0, E1 and 44. RGB value is (160,225,68). Sum of RGB (Red+Green+Blue) = 160+225+68=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E144 is #5F1EBB. Grayscale: #BCBCBC. Windows color (decimal): -6233788 or 4514208. OLE color: 4514208.

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

Color convert

RGB 160 225 68 -
CMYK 0.29 0 0.70 0.12
HSL 84.84º 0.72% 0.57% -
HSV(B) 84.84º 0.7% 0.88% -
XYZ 42.47 61.74 15.15 -
YUV 187.67 60.47 108.27 -
System Red Green Blue C M Y K H S L
Decimal 160 225 68 0.29 0 0.70 0.12 84.84 0.72 0.57
Hex A0 E1 44 1D 0 46 C 55 48 39
Octal 240 341 104 35 0 106 14 125 110 71
Binary 10100000 11100001 1000100 11101 0 1000110 1100 1010101 1001000 111001

Color Harmonies of #A0E144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E144

Black with #A0E144

Text Example


Text Example

White with #A0E144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E144; }

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

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

background-color css

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

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

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

border-color css

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

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

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