Html Css Color HEX #A0E23E Atlantis

📋 copy color: '#A0E23E'

red 160 ◦ green 226 ◦ blue 62

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

Shades of Atlantis #A0E23E

Tints of Atlantis #A0E23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 35.71%
G = 50.45%
B = 13.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#A0E23E (or 0xA0E23E) is known color: Atlantis. HEX triplet: A0, E2 and 3E. RGB value is (160,226,62). Sum of RGB (Red+Green+Blue) = 160+226+62=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E23E is #5F1DC1. Grayscale: #BCBCBC. Windows color (decimal): -6233538 or 4121248. OLE color: 4121248.

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

Color convert

RGB 160 226 62 -
CMYK 0.29 0 0.73 0.11
HSL 84.15º 0.74% 0.56% -
HSV(B) 84.15º 0.73% 0.89% -
XYZ 42.56 62.21 14.32 -
YUV 187.57 57.13 108.34 -
System Red Green Blue C M Y K H S L
Decimal 160 226 62 0.29 0 0.73 0.11 84.15 0.74 0.56
Hex A0 E2 3E 1D 0 49 B 54 4A 38
Octal 240 342 76 35 0 111 13 124 112 70
Binary 10100000 11100010 111110 11101 0 1001001 1011 1010100 1001010 111000

Color Harmonies of #A0E23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E23E

Black with #A0E23E

Text Example


Text Example

White with #A0E23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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