Html Css Color HEX #A6C540 Atlantis

📋 copy color: '#A6C540'

red 166 ◦ green 197 ◦ blue 64

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

Shades of Atlantis #A6C540

Tints of Atlantis #A6C540

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.14%

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

R = 38.88%
G = 46.14%
B = 14.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#A6C540 (or 0xA6C540) is known color: Atlantis. HEX triplet: A6, C5 and 40. RGB value is (166,197,64). Sum of RGB (Red+Green+Blue) = 166+197+64=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C540 is #593ABF. Grayscale: #ADADAD. Windows color (decimal): -5847744 or 4244902. OLE color: 4244902.

HSL color Cylindrical-coordinate representation of color #A6C540: hue angle of 73.98º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6C540 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 197 64 -
CMYK 0.16 0 0.68 0.23
HSL 73.98º 0.53% 0.51% -
HSV(B) 73.98º 0.68% 0.77% -
XYZ 36.62 48.41 12.26 -
YUV 172.57 66.73 123.31 -
System Red Green Blue C M Y K H S L
Decimal 166 197 64 0.16 0 0.68 0.23 73.98 0.53 0.51
Hex A6 C5 40 10 0 44 17 4A 35 33
Octal 246 305 100 20 0 104 27 112 65 63
Binary 10100110 11000101 1000000 10000 0 1000100 10111 1001010 110101 110011

Color Harmonies of #A6C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C540

Black with #A6C540

Text Example


Text Example

White with #A6C540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C540; }

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

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

background-color css

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

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

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

border-color css

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

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

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