Html Css Color HEX #A6DE40 Atlantis

📋 copy color: '#A6DE40'

red 166 ◦ green 222 ◦ blue 64

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

Shades of Atlantis #A6DE40

Tints of Atlantis #A6DE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.12%

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

R = 36.73%
G = 49.12%
B = 14.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#A6DE40 (or 0xA6DE40) is known color: Atlantis. HEX triplet: A6, DE and 40. RGB value is (166,222,64). Sum of RGB (Red+Green+Blue) = 166+222+64=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DE40 is #5921BF. Grayscale: #BBBBBB. Windows color (decimal): -5841344 or 4251302. OLE color: 4251302.

HSL color Cylindrical-coordinate representation of color #A6DE40: hue angle of 81.27º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6DE40 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 222 64 -
CMYK 0.25 0 0.71 0.13
HSL 81.27º 0.71% 0.56% -
HSV(B) 81.27º 0.71% 0.87% -
XYZ 42.77 60.72 14.32 -
YUV 187.24 58.45 112.85 -
System Red Green Blue C M Y K H S L
Decimal 166 222 64 0.25 0 0.71 0.13 81.27 0.71 0.56
Hex A6 DE 40 19 0 47 D 51 47 38
Octal 246 336 100 31 0 107 15 121 107 70
Binary 10100110 11011110 1000000 11001 0 1000111 1101 1010001 1000111 111000

Color Harmonies of #A6DE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DE40

Black with #A6DE40

Text Example


Text Example

White with #A6DE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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