Html Css Color HEX #A0E242 Atlantis

📋 copy color: '#A0E242'

red 160 ◦ green 226 ◦ blue 66

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

Shades of Atlantis #A0E242

Tints of Atlantis #A0E242

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50%

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 35.4%
G = 50%
B = 14.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#A0E242 (or 0xA0E242) is known color: Atlantis. HEX triplet: A0, E2 and 42. RGB value is (160,226,66). Sum of RGB (Red+Green+Blue) = 160+226+66=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E242 is #5F1DBD. Grayscale: #BCBCBC. Windows color (decimal): -6233534 or 4383392. OLE color: 4383392.

HSL color Cylindrical-coordinate representation of color #A0E242: hue angle of 84.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0E242 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 226 66 -
CMYK 0.29 0 0.71 0.11
HSL 84.75º 0.73% 0.57% -
HSV(B) 84.75º 0.71% 0.89% -
XYZ 42.68 62.26 14.92 -
YUV 188.03 59.13 108.01 -
System Red Green Blue C M Y K H S L
Decimal 160 226 66 0.29 0 0.71 0.11 84.75 0.73 0.57
Hex A0 E2 42 1D 0 47 B 55 49 39
Octal 240 342 102 35 0 107 13 125 111 71
Binary 10100000 11100010 1000010 11101 0 1000111 1011 1010101 1001001 111001

Color Harmonies of #A0E242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E242

Black with #A0E242

Text Example


Text Example

White with #A0E242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E242; }

 p { color: rgb(160,226,66); }

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

background-color css

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

 a { background-color: rgb(160,226,66); }

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

border-color css

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

 span { border-color: rgb(160,226,66); }

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