Html Css Color HEX #A6CC49 Atlantis

📋 copy color: '#A6CC49'

red 166 ◦ green 204 ◦ blue 73

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

Shades of Atlantis #A6CC49

Tints of Atlantis #A6CC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

 BLUE value IS 73 (28.91% from 255) = 16.48%

R = 37.47%
G = 46.05%
B = 16.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#A6CC49 (or 0xA6CC49) is known color: Atlantis. HEX triplet: A6, CC and 49. RGB value is (166,204,73). Sum of RGB (Red+Green+Blue) = 166+204+73=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC49 is #5933B6. Grayscale: #B2B2B2. Windows color (decimal): -5845943 or 4836518. OLE color: 4836518.

HSL color Cylindrical-coordinate representation of color #A6CC49: hue angle of 77.4º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6CC49 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 73 -
CMYK 0.19 0 0.64 0.2
HSL 77.4º 0.56% 0.54% -
HSV(B) 77.4º 0.64% 0.8% -
XYZ 38.52 51.77 14.27 -
YUV 177.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 166 204 73 0.19 0 0.64 0.2 77.4 0.56 0.54
Hex A6 CC 49 13 0 40 14 4D 38 36
Octal 246 314 111 23 0 100 24 115 70 66
Binary 10100110 11001100 1001001 10011 0 1000000 10100 1001101 111000 110110

Color Harmonies of #A6CC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC49

Black with #A6CC49

Text Example


Text Example

White with #A6CC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC49; }

 p { color: rgb(166,204,73); }

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

background-color css

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

 a { background-color: rgb(166,204,73); }

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

border-color css

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

 span { border-color: rgb(166,204,73); }

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