Html Css Color HEX #A0E130 Atlantis

📋 copy color: '#A0E130'

red 160 ◦ green 225 ◦ blue 48

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

Shades of Atlantis #A0E130

Tints of Atlantis #A0E130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.09%

R = 36.95%
G = 51.96%
B = 11.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#A0E130 (or 0xA0E130) is known color: Atlantis. HEX triplet: A0, E1 and 30. RGB value is (160,225,48). Sum of RGB (Red+Green+Blue) = 160+225+48=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E130 is #5F1ECF. Grayscale: #BABABA. Windows color (decimal): -6233808 or 3203488. OLE color: 3203488.

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

Color convert

RGB 160 225 48 -
CMYK 0.29 0 0.79 0.12
HSL 82.03º 0.75% 0.54% -
HSV(B) 82.03º 0.79% 0.88% -
XYZ 41.96 61.54 12.46 -
YUV 185.39 50.47 109.89 -
System Red Green Blue C M Y K H S L
Decimal 160 225 48 0.29 0 0.79 0.12 82.03 0.75 0.54
Hex A0 E1 30 1D 0 4F C 52 4B 36
Octal 240 341 60 35 0 117 14 122 113 66
Binary 10100000 11100001 110000 11101 0 1001111 1100 1010010 1001011 110110

Color Harmonies of #A0E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E130

Black with #A0E130

Text Example


Text Example

White with #A0E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E130; }

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

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

background-color css

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

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

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

border-color css

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

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

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