Html Css Color HEX #A6E040 Atlantis

📋 copy color: '#A6E040'

red 166 ◦ green 224 ◦ blue 64

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

Shades of Atlantis #A6E040

Tints of Atlantis #A6E040

RGB

 RED value IS 166 (65.23% from 255) = 36.56%

 GREEN value IS 224 (87.89% from 255) = 49.34%

 BLUE value IS 64 (25.39% from 255) = 14.1%

R = 36.56%
G = 49.34%
B = 14.1%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#A6E040 (or 0xA6E040) is known color: Atlantis. HEX triplet: A6, E0 and 40. RGB value is (166,224,64). Sum of RGB (Red+Green+Blue) = 166+224+64=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E040 is #591FBF. Grayscale: #BCBCBC. Windows color (decimal): -5840832 or 4251814. OLE color: 4251814.

HSL color Cylindrical-coordinate representation of color #A6E040: hue angle of 81.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6E040 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 224 64 -
CMYK 0.26 0 0.71 0.12
HSL 81.75º 0.72% 0.56% -
HSV(B) 81.75º 0.71% 0.88% -
XYZ 43.31 61.79 14.49 -
YUV 188.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 166 224 64 0.26 0 0.71 0.12 81.75 0.72 0.56
Hex A6 E0 40 1A 0 47 C 52 48 38
Octal 246 340 100 32 0 107 14 122 110 70
Binary 10100110 11100000 1000000 11010 0 1000111 1100 1010010 1001000 111000

Color Harmonies of #A6E040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E040

Black with #A6E040

Text Example


Text Example

White with #A6E040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E040; }

 p { color: rgb(166,224,64); }

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

background-color css

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

 a { background-color: rgb(166,224,64); }

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

border-color css

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

 span { border-color: rgb(166,224,64); }

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