Html Css Color HEX #A6CA47 Atlantis

📋 copy color: '#A6CA47'

red 166 ◦ green 202 ◦ blue 71

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

Shades of Atlantis #A6CA47

Tints of Atlantis #A6CA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.01%

 BLUE value IS 71 (28.13% from 255) = 16.17%

R = 37.81%
G = 46.01%
B = 16.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#A6CA47 (or 0xA6CA47) is known color: Atlantis. HEX triplet: A6, CA and 47. RGB value is (166,202,71). Sum of RGB (Red+Green+Blue) = 166+202+71=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA47 is #5935B8. Grayscale: #B0B0B0. Windows color (decimal): -5846457 or 4704934. OLE color: 4704934.

HSL color Cylindrical-coordinate representation of color #A6CA47: hue angle of 76.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6CA47 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 71 -
CMYK 0.18 0 0.65 0.21
HSL 76.49º 0.55% 0.54% -
HSV(B) 76.49º 0.65% 0.79% -
XYZ 37.98 50.8 13.77 -
YUV 176.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 166 202 71 0.18 0 0.65 0.21 76.49 0.55 0.54
Hex A6 CA 47 12 0 41 15 4C 37 36
Octal 246 312 107 22 0 101 25 114 67 66
Binary 10100110 11001010 1000111 10010 0 1000001 10101 1001100 110111 110110

Color Harmonies of #A6CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA47

Black with #A6CA47

Text Example


Text Example

White with #A6CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA47; }

 p { color: rgb(166,202,71); }

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

background-color css

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

 a { background-color: rgb(166,202,71); }

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

border-color css

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

 span { border-color: rgb(166,202,71); }

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