Html Css Color HEX #A0E134 Atlantis

📋 copy color: '#A0E134'

red 160 ◦ green 225 ◦ blue 52

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

Shades of Atlantis #A0E134

Tints of Atlantis #A0E134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.9%

R = 36.61%
G = 51.49%
B = 11.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#A0E134 (or 0xA0E134) is known color: Atlantis. HEX triplet: A0, E1 and 34. RGB value is (160,225,52). Sum of RGB (Red+Green+Blue) = 160+225+52=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E134 is #5F1ECB. Grayscale: #BABABA. Windows color (decimal): -6233804 or 3465632. OLE color: 3465632.

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

Color convert

RGB 160 225 52 -
CMYK 0.29 0 0.77 0.12
HSL 82.54º 0.74% 0.54% -
HSV(B) 82.54º 0.77% 0.88% -
XYZ 42.04 61.57 12.92 -
YUV 185.84 52.47 109.57 -
System Red Green Blue C M Y K H S L
Decimal 160 225 52 0.29 0 0.77 0.12 82.54 0.74 0.54
Hex A0 E1 34 1D 0 4D C 53 4A 36
Octal 240 341 64 35 0 115 14 123 112 66
Binary 10100000 11100001 110100 11101 0 1001101 1100 1010011 1001010 110110

Color Harmonies of #A0E134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E134

Black with #A0E134

Text Example


Text Example

White with #A0E134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E134; }

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

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

background-color css

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

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

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

border-color css

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

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

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