Html Css Color HEX #A6D540 Atlantis

📋 copy color: '#A6D540'

red 166 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #A6D540

Tints of Atlantis #A6D540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.08%

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

R = 37.47%
G = 48.08%
B = 14.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#A6D540 (or 0xA6D540) is known color: Atlantis. HEX triplet: A6, D5 and 40. RGB value is (166,213,64). Sum of RGB (Red+Green+Blue) = 166+213+64=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D540 is #592ABF. Grayscale: #B6B6B6. Windows color (decimal): -5843648 or 4248998. OLE color: 4248998.

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

Color convert

RGB 166 213 64 -
CMYK 0.22 0 0.70 0.16
HSL 78.93º 0.64% 0.54% -
HSV(B) 78.93º 0.7% 0.84% -
XYZ 40.45 56.07 13.54 -
YUV 181.96 61.43 116.62 -
System Red Green Blue C M Y K H S L
Decimal 166 213 64 0.22 0 0.70 0.16 78.93 0.64 0.54
Hex A6 D5 40 16 0 46 10 4F 40 36
Octal 246 325 100 26 0 106 20 117 100 66
Binary 10100110 11010101 1000000 10110 0 1000110 10000 1001111 1000000 110110

Color Harmonies of #A6D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D540

Black with #A6D540

Text Example


Text Example

White with #A6D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D540; }

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

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

background-color css

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

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

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

border-color css

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

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

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