Html Css Color HEX #A6D346 Atlantis

📋 copy color: '#A6D346'

red 166 ◦ green 211 ◦ blue 70

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

Shades of Atlantis #A6D346

Tints of Atlantis #A6D346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.2%

 BLUE value IS 70 (27.73% from 255) = 15.66%

R = 37.14%
G = 47.2%
B = 15.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#A6D346 (or 0xA6D346) is known color: Atlantis. HEX triplet: A6, D3 and 46. RGB value is (166,211,70). Sum of RGB (Red+Green+Blue) = 166+211+70=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D346 is #592CB9. Grayscale: #B5B5B5. Windows color (decimal): -5844154 or 4641702. OLE color: 4641702.

HSL color Cylindrical-coordinate representation of color #A6D346: hue angle of 79.15º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6D346 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 211 70 -
CMYK 0.21 0 0.67 0.17
HSL 79.15º 0.62% 0.55% -
HSV(B) 79.15º 0.67% 0.83% -
XYZ 40.13 55.14 14.32 -
YUV 181.47 65.09 116.96 -
System Red Green Blue C M Y K H S L
Decimal 166 211 70 0.21 0 0.67 0.17 79.15 0.62 0.55
Hex A6 D3 46 15 0 43 11 4F 3E 37
Octal 246 323 106 25 0 103 21 117 76 67
Binary 10100110 11010011 1000110 10101 0 1000011 10001 1001111 111110 110111

Color Harmonies of #A6D346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D346

Black with #A6D346

Text Example


Text Example

White with #A6D346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D346; }

 p { color: rgb(166,211,70); }

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

background-color css

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

 a { background-color: rgb(166,211,70); }

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

border-color css

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

 span { border-color: rgb(166,211,70); }

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