Html Css Color HEX #A6C541 Atlantis

📋 copy color: '#A6C541'

red 166 ◦ green 197 ◦ blue 65

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

Shades of Atlantis #A6C541

Tints of Atlantis #A6C541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.19%

R = 38.79%
G = 46.03%
B = 15.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#A6C541 (or 0xA6C541) is known color: Atlantis. HEX triplet: A6, C5 and 41. RGB value is (166,197,65). Sum of RGB (Red+Green+Blue) = 166+197+65=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C541 is #593ABE. Grayscale: #ADADAD. Windows color (decimal): -5847743 or 4310438. OLE color: 4310438.

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

Color convert

RGB 166 197 65 -
CMYK 0.16 0 0.67 0.23
HSL 74.09º 0.53% 0.51% -
HSV(B) 74.09º 0.67% 0.77% -
XYZ 36.65 48.42 12.42 -
YUV 172.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 166 197 65 0.16 0 0.67 0.23 74.09 0.53 0.51
Hex A6 C5 41 10 0 43 17 4A 35 33
Octal 246 305 101 20 0 103 27 112 65 63
Binary 10100110 11000101 1000001 10000 0 1000011 10111 1001010 110101 110011

Color Harmonies of #A6C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C541

Black with #A6C541

Text Example


Text Example

White with #A6C541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C541; }

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

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

background-color css

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

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

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

border-color css

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

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

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