Html Css Color HEX #A6D440 Atlantis

📋 copy color: '#A6D440'

red 166 ◦ green 212 ◦ blue 64

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

Shades of Atlantis #A6D440

Tints of Atlantis #A6D440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.96%

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

R = 37.56%
G = 47.96%
B = 14.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#A6D440 (or 0xA6D440) is known color: Atlantis. HEX triplet: A6, D4 and 40. RGB value is (166,212,64). Sum of RGB (Red+Green+Blue) = 166+212+64=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D440 is #592BBF. Grayscale: #B5B5B5. Windows color (decimal): -5843904 or 4248742. OLE color: 4248742.

HSL color Cylindrical-coordinate representation of color #A6D440: hue angle of 78.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6D440 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 212 64 -
CMYK 0.22 0 0.70 0.17
HSL 78.65º 0.63% 0.54% -
HSV(B) 78.65º 0.7% 0.83% -
XYZ 40.19 55.56 13.46 -
YUV 181.37 61.76 117.03 -
System Red Green Blue C M Y K H S L
Decimal 166 212 64 0.22 0 0.70 0.17 78.65 0.63 0.54
Hex A6 D4 40 16 0 46 11 4F 3F 36
Octal 246 324 100 26 0 106 21 117 77 66
Binary 10100110 11010100 1000000 10110 0 1000110 10001 1001111 111111 110110

Color Harmonies of #A6D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D440

Black with #A6D440

Text Example


Text Example

White with #A6D440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D440; }

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

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

background-color css

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

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

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

border-color css

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

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

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